Back to Devexpress

CardViewButtonEditColumn.PropertiesButtonEdit Property

aspnet-devexpress-dot-web-dot-cardviewbuttoneditcolumn.md

latest1.4 KB
Original Source

CardViewButtonEditColumn.PropertiesButtonEdit Property

Gets the column editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ButtonEditProperties PropertiesButtonEdit { get; }
vb
Public ReadOnly Property PropertiesButtonEdit As ButtonEditProperties

Property Value

TypeDescription
ButtonEditProperties

The ButtonEditProperties object.

|

Remarks

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

See Also

Card View

CardViewButtonEditColumn Class

CardViewButtonEditColumn Members

DevExpress.Web Namespace