Class GridGroupOptionsStyleInfoStore
GridGroupOptionsStyleInfoStore holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid.Grouping
Assembly: Syncfusion.Grid.Grouping.Windows.dll
Syntax
[StaticDataField("sd")]
public class GridGroupOptionsStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Remarks
When persisting style information, GridGroupOptionsStyleInfoStore are the objects that should be saved. Identity information can be recreated at runtime when loading cell information but the cell information must be saved.
GridGroupOptionsStyleInfoStore also holds the static "layout" information for the style. StaticData contains static variables with the information to access data in BitVector32 and StyleInfoObjectStore. This information can be shared among style objects of the same type but collision must be avoided between style types of different products. Having GridStyleInfoStore and ChartStyleInfoStore types solves that collision problem.
Constructors
GridGroupOptionsStyleInfoStore()
Initializes a new empty GridGroupOptionsStyleInfoStore
Declaration
public GridGroupOptionsStyleInfoStore()
GridGroupOptionsStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new GridGroupOptionsStyleInfoStore from a serialization stream.
Declaration
protected GridGroupOptionsStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or deserialize this instance. |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
AllowScrollCaptionBarProperty
Provides information about the Syncfusion.Windows.Forms.Grid.Grouping.GridGroupOptionsStyleInfo.AllowScrollCaptionBar property.
Declaration
public static readonly StyleInfoProperty AllowScrollCaptionBarProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionSummaryRowProperty
Provides information about the CaptionSummaryRow property.
Declaration
public static readonly StyleInfoProperty CaptionSummaryRowProperty
Field Value
Type |
---|
StyleInfoProperty |
CaptionTextProperty
Provides information about the CaptionText property.
Declaration
public static readonly StyleInfoProperty CaptionTextProperty
Field Value
Type |
---|
StyleInfoProperty |
IsExpandedInitialValueProperty
Provides information about the IsExpandedInitialValue property.
Declaration
public static readonly StyleInfoProperty IsExpandedInitialValueProperty
Field Value
Type |
---|
StyleInfoProperty |
RepaintCaptionWhenItemsChangedProperty
Provides information about the RepaintCaptionWhenItemsChanged property.
Declaration
public static readonly StyleInfoProperty RepaintCaptionWhenItemsChangedProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowAddNewRecordAfterDetailsProperty
Provides information about the ShowAddNewRecordAfterDetails property.
Declaration
public static readonly StyleInfoProperty ShowAddNewRecordAfterDetailsProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowAddNewRecordBeforeDetailsProperty
Provides information about the ShowAddNewRecordBeforeDetails property.
Declaration
public static readonly StyleInfoProperty ShowAddNewRecordBeforeDetailsProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowCaptionPlusMinusProperty
Provides information about the ShowCaptionPlusMinus property.
Declaration
public static readonly StyleInfoProperty ShowCaptionPlusMinusProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowCaptionProperty
Provides information about the ShowCaption property.
Declaration
public static readonly StyleInfoProperty ShowCaptionProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowCaptionSummaryCellsProperty
Provides information about the ShowCaptionSummaryCells property.
Declaration
public static readonly StyleInfoProperty ShowCaptionSummaryCellsProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowColumnHeadersProperty
Provides information about the ShowColumnHeaders property.
Declaration
public static readonly StyleInfoProperty ShowColumnHeadersProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowEmptyGroupsProperty
Provides information about the ShowEmptyGroups property.
Declaration
public static readonly StyleInfoProperty ShowEmptyGroupsProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowFilterBarProperty
Provides information about the ShowFilterBar property.
Declaration
public static readonly StyleInfoProperty ShowFilterBarProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowGroupFooterProperty
Provides information about the ShowGroupFooter property.
Declaration
public static readonly StyleInfoProperty ShowGroupFooterProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowGroupHeaderProperty
Provides information about the ShowGroupHeader property.
Declaration
public static readonly StyleInfoProperty ShowGroupHeaderProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowGroupIndentAsCoveredRangeProperty
Provides information about the ShowGroupIndentAsCoveredRange property.
Declaration
public static readonly StyleInfoProperty ShowGroupIndentAsCoveredRangeProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowGroupPreviewProperty
Provides information about the ShowGroupPreview property.
Declaration
public static readonly StyleInfoProperty ShowGroupPreviewProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowGroupSummaryWhenCollapsedProperty
Provides information about the ShowGroupSummaryWhenCollapsed property.
Declaration
public static readonly StyleInfoProperty ShowGroupSummaryWhenCollapsedProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowStackedHeadersProperty
Provides information about the ShowStackedHeaders property.
Declaration
public static readonly StyleInfoProperty ShowStackedHeadersProperty
Field Value
Type |
---|
StyleInfoProperty |
ShowSummariesProperty
Provides information about the ShowSummaries property.
Declaration
public static readonly StyleInfoProperty ShowSummariesProperty
Field Value
Type |
---|
StyleInfoProperty |
SummaryRowPlacementProperty
Provides information about the SummaryRowPlacement property.
Declaration
public static readonly StyleInfoProperty SummaryRowPlacementProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Returns a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of the current object. |