LayoutViewOptionsHeaderPanel.Assign(BaseOptions) Method
In This Article
Copies the properties of the specified object to the current object.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public override void Assign(
BaseOptions options
)
#Parameters
Name | Type | Description |
---|---|---|
options | Base |
A Base |
#Remarks
This method overrides the BaseOptions.Assign method to copy settings from the source object to the current object.
See Also