Class FreezePaneLineStyleInfo
Represents the functionalities that holds all information stored for a freeze pane line.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class FreezePaneLineStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
FreezePaneLineStyleInfo()
Initializes a new instance of the FreezePaneLineStyleInfo class with FreezePaneLineStyleInfoStore.
Declaration
public FreezePaneLineStyleInfo()
FreezePaneLineStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the FreezePaneLineStyleInfo class.
Declaration
public FreezePaneLineStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | The identity. |
FreezePaneLineStyleInfo(StyleInfoSubObjectIdentity, FreezePaneLineStyleInfoStore)
Initializes a new instance of the FreezePaneLineStyleInfo class.
Declaration
public FreezePaneLineStyleInfo(StyleInfoSubObjectIdentity identity, FreezePaneLineStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | The identity. |
FreezePaneLineStyleInfoStore | store | The store. |
FreezePaneLineStyleInfo(FreezePaneLineStyleInfo)
Initializes a new instance of the FreezePaneLineStyleInfo class with FreezePaneLineStyleInfoStore.
Declaration
public FreezePaneLineStyleInfo(FreezePaneLineStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
FreezePaneLineStyleInfo | style | The style. |
FreezePaneLineStyleInfo(FreezePaneLineStyleInfoStore)
Initializes a new instance of the FreezePaneLineStyleInfo class with FreezePaneLineStyleInfoStore.
Declaration
public FreezePaneLineStyleInfo(FreezePaneLineStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
FreezePaneLineStyleInfoStore | store | The store. |
Fields
Empty
Maintains the empty FreezePaneLineStyleInfo.
Declaration
public static readonly FreezePaneLineStyleInfo Empty
Field Value
Type |
---|
FreezePaneLineStyleInfo |
Properties
Color
Gets or sets a value indicates the freeze pane line color which differentiates normal rows and columns from frozen rows and columns.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Default
Gets the default FreezePaneLineStyleInfo.
Declaration
public static FreezePaneLineStyleInfo Default { get; }
Property Value
Type |
---|
FreezePaneLineStyleInfo |
Store
Gets the FreezePaneLineStyleInfoStore object that holds all the data for this style object.
Declaration
public FreezePaneLineStyleInfoStore Store { get; }
Property Value
Type |
---|
FreezePaneLineStyleInfoStore |
Weight
Gets or sets the freeze pane line thickness which differentiates normal rows and columns from frozen rows and columns.
Declaration
public float Weight { get; set; }
Property Value
Type |
---|
System.Single |
Methods
CreateSubObjectIdentity(StyleInfoProperty)
Overridden to create a product-specific identity object for the sub object.
Declaration
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoProperty | sip | StyleInfoProperty descriptor for this sub object. |
Returns
Type | Description |
---|---|
StyleInfoSubObjectIdentity | Identity for the sub object. |
Overrides
GetDefaultStyle()
Override this method to return a default style object for your derived class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | A default style object. |
Overrides
MakeCopy(StyleInfoBase, StyleInfoProperty)
Makes an exact copy of the current object.
Declaration
public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | newOwner | The new owner style object for the copied object. |
StyleInfoProperty | sip | The identifier for this object. |
Returns
Type | Description |
---|---|
IStyleInfoSubObject | A copy of the current object registered with the new owner style object. |