DateEdit.Properties Property
Gets settings specific to the date editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemDateEdit Properties { get; }
Property Value
Type | Description |
---|---|
RepositoryItemDateEdit | The RepositoryItemDateEdit object containing settings specific to the date editor. |
Remarks
See RepositoryItemDateEdit to learn more.
See Also