FlexGrid for WinForms
StyleFixedDisplay Property



Gets the style used to display fixed cells on this row or column.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public Overridable ReadOnly Property StyleFixedDisplay As CellStyle
'Usage
 
Dim instance As RowCol
Dim value As CellStyle
 
value = instance.StyleFixedDisplay
[Browsable(false)]
public virtual CellStyle StyleFixedDisplay {get;}
[Browsable(false)]
public:
virtual property CellStyle^ StyleFixedDisplay {
   CellStyle^ get();
}
Remarks
If the row or column has a custom style associated with its fixed cells, this property returns that style. Otherwise, it returns the stock style used to display the column (e.g., Normal, Fixed).
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