Skip to main content

EditorSettings.Properties Property

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
EditPropertiesBase

An object containing base editor settings.

See Also