GrapeCity MultiRow Windows Forms Documentation
DefaultCellStyle Property (Column)


Gets or sets default styles used by all cells in the Column.
Syntax
Public Property DefaultCellStyle As CellStyle
Dim instance As Column
Dim value As CellStyle
 
instance.DefaultCellStyle = value
 
value = instance.DefaultCellStyle
public CellStyle DefaultCellStyle {get; set;}

Property Value

A CellStyle that represents the default styles used by all cells in the Column.
Remarks
If a specific style property is set to a cell, the cell will use the set value but not inherite from its column. For detail information of cell style inherited policy, please refer to InheritedStyle.
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

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.