Back to Devexpress

CardViewSpinEditColumn.PropertiesSpinEdit Property

aspnet-devexpress-dot-web-dot-cardviewspineditcolumn.md

latest1.4 KB
Original Source

CardViewSpinEditColumn.PropertiesSpinEdit Property

Gets the column editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public SpinEditProperties PropertiesSpinEdit { get; }
vb
Public ReadOnly Property PropertiesSpinEdit As SpinEditProperties

Property Value

TypeDescription
SpinEditProperties

The SpinEditProperties object that contains settings specific to a spin editor.

|

Remarks

The PropertiesSpinEdit property allows you to customize the settings of the column’s editor used to edit numeric values. For more information, see SpinEditProperties.

See Also

Card View

CardViewSpinEditColumn Class

CardViewSpinEditColumn Members

DevExpress.Web Namespace