Skip to main content

LayoutItem.IsContentFocused Property

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

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsContentFocused { get; }

Property Value

Type Description
Boolean

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

See Also