ComboTableV2Style.FirstColumnStyle Property
Gets and sets the first column style.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public ComboTableColumnStyle FirstColumnStyle { get; set; }
public:
property ComboTableColumnStyle^ FirstColumnStyle {
ComboTableColumnStyle^ get();
void set(ComboTableColumnStyle^ value);
}
Public Property FirstColumnStyle As ComboTableColumnStyle
Property Value
Type: Microsoft.WindowsServerSolutions.Controls.ComboTableColumnStyle
The first column style.
See Also
ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top