ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / FormatInfoInheritFlags Enumeration

In This Topic
    FormatInfoInheritFlags Enumeration
    In This Topic
    Used by FormatInfo.Inherit property.
    Syntax
    'Declaration
     
    
    Public Enum FormatInfoInheritFlags 
       Inherits System.Enum
    public enum FormatInfoInheritFlags : System.Enum 
    Members
    MemberDescription
    AllIndicates that values of FormatType, CustomFormat, NullText, EmptyAsNull, TrimStart, TrimEnd, CalendarType properties are inherited from the control.
    CalendarTypeIndicates that the CalendarType property is inherited from the control.
    CustomFormatIndicates that the CustomFormat property is inherited from the control.
    EmptyAsNullIndicates that the EmptyAsNull property is inherited from the control.
    FormatTypeIndicates that the FormatType property is inherited from the control.
    NoneIndicates that none of the properties are inherited from the control.
    NullTextIndicates that the NullText property is inherited from the control.
    TrimEndIndicates that the TrimEnd property is inherited from the control.
    TrimStartIndicates that the TrimStart property is inherited from the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Input.FormatInfoInheritFlags

    See Also