Back to Devexpress

CardViewDateColumn.PropertiesDateEdit Property

aspnet-devexpress-dot-web-dot-cardviewdatecolumn.md

latest1.4 KB
Original Source

CardViewDateColumn.PropertiesDateEdit Property

Gets the column editor’s settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public DateEditProperties PropertiesDateEdit { get; }
vb
Public ReadOnly Property PropertiesDateEdit As DateEditProperties

Property Value

TypeDescription
DateEditProperties

A DateEditProperties object that contains settings specific to a date editor.

|

Remarks

The PropertiesDateEdit property allows you to access and customize the settings of the column’s editor used to edit DateTime values. For more information, see DateEditProperties.

See Also

Card View

CardViewDateColumn Class

CardViewDateColumn Members

DevExpress.Web Namespace