|
Name |
Description |
|
Assign
|
Copies the settings from the object passed as the parameter.
|
|
BeginUpdate
|
Locks the DevExpress.Utils.Controls.BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. (Inherited from BaseOptions)
|
|
CancelUpdate
|
Unlocks the DevExpress.Utils.Controls.BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. (Inherited from BaseOptions)
|
|
EndUpdate
|
Unlocks the DevExpress.Utils.Controls.BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. (Inherited from BaseOptions)
|

|
Equals
|
Determines whether the specified System.Object instances are considered equal. (Inherited from System.Object)
|
|
Equals
|
Determines whether the specified System.Object is equal to the current System.Object. (Inherited from System.Object)
|
|
GetHashCode
|
Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from System.Object)
|
|
GetType
|
Gets the System.Type of the current instance. (Inherited from System.Object)
|

|
ReferenceEquals
|
Determines whether the specified System.Object instances are the same instance. (Inherited from System.Object)
|
|
Reset
|
Resets all options to their default values. (Inherited from BaseOptions)
|
|
ShouldSerializeCore
|
Gets whether the settings should be persisted. (Inherited from OptionsLayoutBase)
|
|
ToString
|
Returns a string representing the currently enabled options. (Inherited from BaseOptions)
|