Back to Devexpress

GridViewDataColumn.EditFormCaptionStyle Property

aspnet-devexpress-dot-web-dot-gridviewdatacolumn-e2f256c1.md

latest1.4 KB
Original Source

GridViewDataColumn.EditFormCaptionStyle Property

Gets the style settings used to paint the caption of the edit cell that corresponds to the current column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public GridViewEditFormCaptionStyle EditFormCaptionStyle { get; }
vb
Public ReadOnly Property EditFormCaptionStyle As GridViewEditFormCaptionStyle

Property Value

TypeDescription
GridViewEditFormCaptionStyle

A GridViewEditFormCaptionStyle object that contains style settings used to paint the edit cell’s caption.

|

See Also

EditFormColumnCaption

Grid View

GridViewDataColumn Class

GridViewDataColumn Members

DevExpress.Web Namespace