ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridMultiValueFilter Class / ItemStyle Property

In This Topic
    ItemStyle Property
    In This Topic
    Gets or sets the style that will be applied to each item of the list.
    Syntax
    'Declaration
     
    
    Public Property ItemStyle As Style
    public Style ItemStyle {get; set;}
    See Also