Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NDataGridDateTimeColumnStyle Class / PropertyDescriptor Property


In This Topic
    PropertyDescriptor Property (NDataGridDateTimeColumnStyle)
    In This Topic
    Syntax
    'Declaration
     
    
    <SRDescriptionAttribute("FormatControlFormatDescr")>
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Overridable WriteOnly Property PropertyDescriptor As System.ComponentModel.PropertyDescriptor
    'Usage
     
    
    Dim instance As NDataGridDateTimeColumnStyle
     
    instance.PropertyDescriptor = value
    [SRDescription("FormatControlFormatDescr")]
    [System.ComponentModel.DefaultValue("")]
    public virtual System.ComponentModel.PropertyDescriptor PropertyDescriptor {set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also