FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellStyle Class / DefinedElements Property

In This Topic
    DefinedElements Property (CellStyle)
    In This Topic
    Gets or sets which elements are defined in this style.
    Syntax
    'Declaration
     
    
    Public Property DefinedElements As StyleElementFlags
    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.
    See Also