Alex's Weblog

Weblog di Ermanno Goletto (Codename Alex - A Learning EXperience)
posts - 438, comments - 4214, trackbacks - 294

My Links

News

Il blog è stato
trasferito al
 seguente link:


DevAdmin Blog

Add my blog to Live

Foto

Curriculum Vitae


Il contenuto di questo blog e di ciascun post viene fornito “così come é”, senza garanzie, e non conferisce alcun diritto. Questo blog riporta il mio personale pensiero che non riflette necessariamente il pensiero del mio datore di lavoro.

Logo Creative Commons Deed


Logo MCTS

Logo MCSA

Logo MCP

Logo Microsoft Certified Business Management Solutions Professional

Microsoft Certified Business Management Solutions Specialist


Logo UGIdotNET UGIdotNET Contributor


Logo UGISS UGISS Contributor


Logo SysAdmin.it SysAdmin.it Staff


Article Categories

Archives

Post Categories

Blogs

Database

Development

Friends

IT

Knowledge Base

Links

MBS

MCP

MVP Sites

User Groups

Virtualization

Modificare il nome della proprietà visualizzato nel PropertyGrid

Nel il framework .Net 2.0 è stato aggiunto l'attributo  DisplayName che permette di personalizzare la visualizzazione del nome della proprietà.

Public Class MySettings
    Private DataFilePathValue As String

    <system.componentmodel.DisplayName("Path file dati")> _
    <system.ComponentModel.Description("Path del file utilizzato per memorizzare i dati.")> _
    Public Property DataFilePath() As String
        Get
            Return Me.DataFilePathValue
        End Get
        Set(ByVal value As String)
            Me.DataFilePathValue = value
        End Set
    End Property

End Class

Print | posted on venerdì 13 maggio 2005 18:31 | Filed Under [ Code & Snippet Tips .NET Framework 2.0 ]

Feedback

Gravatar

# re: Modificare il nome della proprietà visualizzato nel PropertyGrid

well try. .net has been updated now with lots of upgradations.But i must say it is the essential part of computer now. A great Service with very fine features.
17/03/2016 11:43 | Research paper writing help
Comments have been closed on this topic.

Powered by:
Powered By Subtext Powered By ASP.NET