RepositoryItem.EditFormat Property
Provides access to the settings used to format the edit value when the editor has input focus.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Format")]
public virtual FormatInfo EditFormat { get; }
#Property Value
Type | Description |
---|---|
Format |
A Format |
#Remarks
When an editor is about to receive input focus, the edit value is pre-formatted using the settings provided by the EditFormat property. Note that this occurs only when the editor’s MaskProperties.MaskType property is set to MaskType.None, MaskType.RegEx, MaskType.Regular or MaskType.Simple. After this, if any of these mask modes are enabled, the result is formatted by the mask and displayed within the edit box.
Note
Formatting imposed by the EditMask
property of the Repository
Note
The RepositoryRepository
properties are not supported by:
1) Editors that do not provide the text editing feature
2) Lookup editors.
For detailed information about edit value formatting, see the Formatting Display and Edit Values topic.