'Declaration Public Property DataGridStyle As Style
'Usage Dim instance As MultiColumnComboBox Dim value As Style instance.DataGridStyle = value value = instance.DataGridStyle
public Style DataGridStyle {get; set;}
'Declaration Public Property DataGridStyle As Style
'Usage Dim instance As MultiColumnComboBox Dim value As Style instance.DataGridStyle = value value = instance.DataGridStyle
public Style DataGridStyle {get; set;}
Using this property allows you to control many aspects of the contained datagrid control easily.
The default value of this property is a style refered by the key defined in the DefaultDataGridStyleResourceKey static field. In order to modifiy the current look and behavior of the underlying datagrid control, you should always base your style on this one. For example:
Target Platforms: Windows 11, Windows 10, 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