Back to Devexpress

PropertyAllowEventArgs.OptionsLayout Property

corelibraries-devexpress-dot-utils-dot-propertyalloweventargs-c9cc38d6.md

latest1.1 KB
Original Source

PropertyAllowEventArgs.OptionsLayout Property

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public OptionsLayoutBase OptionsLayout { get; }
vb
Public ReadOnly Property OptionsLayout As OptionsLayoutBase

Property Value

TypeDescription
OptionsLayoutBase

Control layout settings.

|

See Also

PropertyAllowEventArgs Class

PropertyAllowEventArgs Members

DevExpress.Utils Namespace