ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ColumnStylePropertyFlags Enumeration

In This Topic
    ColumnStylePropertyFlags Enumeration
    In This Topic
    Enumerates inheritable properties of column style.
    Syntax
    'Declaration
     
    Public Enum ColumnStylePropertyFlags 
       Inherits System.Enum
    public enum ColumnStylePropertyFlags : System.Enum 
    Members
    MemberDescription
    DateTimeInput 
    DecimalLength 
    EditMask 
    Format 
    HorizontalAlignment 
    InheritAllAll the properties are inherited.
    InheritNoneNone of the properties are inherited.
    IntegralLength 
    ItemList 
    ItemListType 
    ItemListValidate 
    NullText 
    NumericAutoMask 
    NumericInput 
    Visible 
    Width 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1DataExtender.ColumnStylePropertyFlags

    See Also