Skip to main content
All docs
V23.2

PropertyAllowEventArgs.OptionsLayout Property

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public OptionsLayoutBase OptionsLayout { get; }

Property Value

Type Description
OptionsLayoutBase

Control layout settings.

See Also