OptionsColumnLayout Class
In This Article
Contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or the system registry).
Namespace: DevExpress.Utils
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class OptionsColumnLayout :
BaseOptions
#Related API Members
The following members return OptionsColumnLayout objects:
#Remarks
The OptionsLayoutGrid.Columns property of the OptionsColumnLayout class contains options that specify how column specific settings are stored to and restored from storage (a stream, xml file or system registry) along with other control settings.
#Inheritance
Object
ViewStatePersisterCore
BaseOptions
OptionsColumnLayout
See Also