Skip to main content

LayoutItem.IsActuallyRequired Property

Gets whether the layout item's field is required. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll

#Declaration

public bool IsActuallyRequired { get; }

#Property Value

Type Description
Boolean

true if the layout item's field is required; otherwise, false.

#Remarks

See LayoutItem.IsRequired to learn more.

See Also