Back to Devexpress

IXtraResizableControl.IsCaptionVisible Property

windowsforms-devexpress-dot-utils-dot-controls-dot-ixtraresizablecontrol-6ea713ef.md

latest1.8 KB
Original Source

IXtraResizableControl.IsCaptionVisible Property

When implemented by a control, specifies whether a text label should be visible by default when this control is added to a Layout Control.

Namespace : DevExpress.Utils.Controls

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
bool IsCaptionVisible { get; }
vb
ReadOnly Property IsCaptionVisible As Boolean

Property Value

TypeDescription
Boolean

true if a text label should be visible by default when the control is added to a Layout Control; otherwise, false.

|

Remarks

When a control is added to a Layout Control, a layout item is created that displays this control. The layout item can also display a text label. The value retrieved by this property is automatically used to initialize the created layout item’s BaseLayoutItem.TextVisible property.

See Also

TextVisible

IXtraResizableControl Interface

IXtraResizableControl Members

DevExpress.Utils.Controls Namespace