Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended 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