PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyAttribute Class / DisplayIndex Property

In This Topic
    DisplayIndex Property (PropertyAttribute)
    In This Topic
    Gets or sets the index that will be used to sort the properties.
    Syntax
    'Declaration
     
    
    Public Property DisplayIndex As Integer
    public int DisplayIndex {get; set;}
    See Also