Skip to main content

LayoutItem.IsContentEnabled Property

Gets whether the control placed as the item’s content is enabled.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsContentEnabled { get; }

Property Value

Type Description
Boolean

true if the control placed as the item’s content is enabled; otherwise, false.

See Also