ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / FormatInfoInheritProperties Enumeration

In This Topic
    FormatInfoInheritProperties Enumeration
    In This Topic
    Specifies how to manages inheritance of the FormatInfo properties from the host control properties.
    Syntax
    'Declaration
     
    
    Public Enum FormatInfoInheritProperties 
       Inherits System.Enum
    public enum FormatInfoInheritProperties : 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.Input.FormatInfoInheritProperties

    See Also