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

VerticalGridButtonEditRow.PropertiesButtonEdit Property

Gets the row editor’s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public ButtonEditProperties PropertiesButtonEdit { get; }

Property Value

Type Description
ButtonEditProperties

The ButtonEditProperties object.

Remarks

The PropertiesButtonEdit property allows you to customize the settings of the row’s editor with embedded buttons. For more information, see ButtonEditProperties.

See Also