[]
        
(Showing Draft Content)

C1.Win.FlexGrid.CellStyle.DefinedElements

DefinedElements Property

DefinedElements

Gets or sets which elements are defined in this style.

Declaration
[Browsable(false)]
public StyleElementFlags DefinedElements { get; set; }
Remarks

Elements that are not defined in a particular style are automatically inherited from the ancestor style (usually the Normal style). For example, if you create a custom style that defines the Font property, all other elements (back color, alignment, and so on) are inherited from the ancestor style, which may be the Normal style or another custom style assigned to a row or column.