[]
Used by FormatInfo.Inherit property.
[Flags]
[TypeConverter(typeof(FormatInfoInheritConverter))]
public enum FormatInfoInheritFlags
| 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. |