Skip to main content
A newer version of this page is available. .

MVCxButtonEdit.Properties Property

Provides access to the settings which are specific to the current editor type.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public ButtonEditProperties Properties { get; }

Property Value

Type Description
ButtonEditProperties

An object containing editor type specific settings.

Remarks

For internal use only. Use the ButtonEditSettings.Properties property instead.

See Also