Back to Devexpress

BaseLayoutItem.CustomizationFormText Property

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-d4a31545.md

latest2.0 KB
Original Source

BaseLayoutItem.CustomizationFormText Property

Gets or sets the layout item’s caption within the Customization Form.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Bindable(true)]
[DXCategory("Text")]
[SearchColumn]
[XtraSerializableProperty]
[XtraSerializablePropertyId(401)]
public virtual string CustomizationFormText { get; set; }
vb
<XtraSerializableProperty>
<XtraSerializablePropertyId(401)>
<Bindable(True)>
<SearchColumn>
<DXCategory("Text")>
Public Overridable Property CustomizationFormText As String

Property Value

TypeDescription
String

A string value that specifies the layout item’s caption within the Customization Form.

|

Remarks

If the CustomizationFormText property’s value isn’t specified, the hidden item’s caption is specified by the Name property.

See Also

ShowInCustomizationForm

Customization Form - Layout Control

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace