Skip to main content
All docs
V24.1

PropertyAllowEventArgs.OptionsLayout Property

Gets layout settings of the control whose layout is being serialized or deserialized.

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public OptionsLayoutBase OptionsLayout { get; }

Property Value

Type Description
OptionsLayoutBase

Control layout settings.

See Also