[]
        
(Showing Draft Content)

C1.Win.C1Input.FormatInfoInheritFlags

FormatInfoInheritFlags Enum

Used by FormatInfo.Inherit property.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[Flags]
[TypeConverter(typeof(FormatInfoInheritConverter))]
public enum FormatInfoInheritFlags

Fields

Name Description
All

Indicates that values of FormatType, CustomFormat, NullText, EmptyAsNull, TrimStart, TrimEnd, CalendarType properties are inherited from the control.

CalendarType

Indicates that the CalendarType property is inherited from the control.

CustomFormat

Indicates that the CustomFormat property is inherited from the control.

EmptyAsNull

Indicates that the EmptyAsNull property is inherited from the control.

FormatType

Indicates that the FormatType property is inherited from the control.

None

Indicates that none of the properties are inherited from the control.

NullText

Indicates that the NullText property is inherited from the control.

TrimEnd

Indicates that the TrimEnd property is inherited from the control.

TrimStart

Indicates that the TrimStart property is inherited from the control.