ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / DisplayIndex Property

In This Topic
    DisplayIndex Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the desired index in which the column will be displayed.
    Syntax
    'Declaration
     
    
    Public Property DisplayIndex As Integer
    public int DisplayIndex {get; set;}
    See Also