EditorSettings.Properties Property
In This Article
Provides access to the base editor settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public EditPropertiesBase Properties { get; }
#Property Value
Type | Description |
---|---|
Edit |
An object containing base editor settings. |
See Also