Back to Devexpress

IModelCommonMemberViewItem.Caption Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-69aad815.md

latest2.1 KB
Original Source

IModelCommonMemberViewItem.Caption Property

Specifies the caption of the current Property Editor.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string Caption { get; set; }
vb
Property Caption As String

Property Value

TypeDescription
String

A string specifying the caption of the current Property Editor.

|

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Caption property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

xaf-win-gantt-control/CS/XPO/GanttSolutionXPO/GanttSolutionXPO.Win/Editors/CustomGanttEditor.cs#L68

csharp
var ganttColumn = new DevExpress.XtraTreeList.Columns.TreeListColumn();
ganttColumn.Caption = column.Caption;
ganttColumn.FieldName = column.PropertyName;

See Also

IModelCommonMemberViewItem Interface

IModelCommonMemberViewItem Members

DevExpress.ExpressApp.Model Namespace