FlexGrid for WinForms
StyleDisplay Property (RowCol)



Gets the style used to display this row or column.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property StyleDisplay As CellStyle
'Usage
 
Dim instance As RowCol
Dim value As CellStyle
 
value = instance.StyleDisplay
[Browsable(false)]
public virtual CellStyle StyleDisplay {get;}
[Browsable(false)]
public:
virtual property CellStyle^ StyleDisplay {
   CellStyle^ get();
}
Remarks
This property never returns null. If the row or column has a custom style, this property returns that style. Otherwise, it returns the stock style used to display the row (e.g., Normal, Alternate, Fixed, Frozen).
Requirements

Target Platforms: 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

See Also

Reference

RowCol Class
RowCol Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback