menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTableOptionsStyleInfoStore - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridTableOptionsStyleInfoStore

    GridTableOptionsStyleInfoStore holds the plain data for a style object excluding identity information.

    Inheritance
    System.Object
    StyleInfoStore
    GridTableOptionsStyleInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.Clear()
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.GetSchema()
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.IsChanged
    StyleInfoStore.IsEmpty
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.ToString()
    StyleInfoStore.WriteXml(XmlWriter)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Windows.Forms.Grid.Grouping
    Assembly: Syncfusion.Grid.Grouping.Windows.dll
    Syntax
    [StaticDataField("sd")]
    public class GridTableOptionsStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
    Remarks

    When persisting style information, GridTableOptionsStyleInfoStore are the objects that should be saved. Identity information can be recreated at run-time when loading cell information but the cell information must be saved.

    GridTableOptionsStyleInfoStore 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

    GridTableOptionsStyleInfoStore()

    Initializes a new empty GridTableOptionsStyleInfoStore.

    Declaration
    public GridTableOptionsStyleInfoStore()

    GridTableOptionsStyleInfoStore(SerializationInfo, StreamingContext)

    Initializes a new GridTableOptionsStyleInfoStore from a serialization stream.

    Declaration
    protected GridTableOptionsStyleInfoStore(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

    AllowDragColumnsProperty

    Provides information about the AllowDragColumns property.

    Declaration
    public static readonly StyleInfoProperty AllowDragColumnsProperty
    Field Value
    Type
    StyleInfoProperty

    AllowDropDownCellProperty

    Provides information about the AllowDropDownCell property.

    Declaration
    public static readonly StyleInfoProperty AllowDropDownCellProperty
    Field Value
    Type
    StyleInfoProperty

    AllowMultiColumnSortProperty

    Provides information about the AllowMultiColumnSort property.

    Declaration
    public static readonly StyleInfoProperty AllowMultiColumnSortProperty
    Field Value
    Type
    StyleInfoProperty

    AllowSelectionProperty

    Provides information about the AllowSelection property.

    Declaration
    public static readonly StyleInfoProperty AllowSelectionProperty
    Field Value
    Type
    StyleInfoProperty

    AllowSortColumnsProperty

    Provides information about the AllowSortColumns property.

    Declaration
    public static readonly StyleInfoProperty AllowSortColumnsProperty
    Field Value
    Type
    StyleInfoProperty

    CaptionRowHeightProperty

    Provides information about the CaptionRowHeight property.

    Declaration
    public static readonly StyleInfoProperty CaptionRowHeightProperty
    Field Value
    Type
    StyleInfoProperty

    ColumnHeaderRowHeightProperty

    Provides information about the ColumnHeaderRowHeight property.

    Declaration
    public static readonly StyleInfoProperty ColumnHeaderRowHeightProperty
    Field Value
    Type
    StyleInfoProperty

    ColumnsMaxLengthFirstNRecordsProperty

    Provides information about the ColumnsMaxLengthFirstNRecords property.

    Declaration
    public static readonly StyleInfoProperty ColumnsMaxLengthFirstNRecordsProperty
    Field Value
    Type
    StyleInfoProperty

    ColumnsMaxLengthStrategyProperty

    Provides information about the ColumnsMaxLengthStrategy property.

    Declaration
    public static readonly StyleInfoProperty ColumnsMaxLengthStrategyProperty
    Field Value
    Type
    StyleInfoProperty

    DefaultColumnWidthProperty

    Provides information about the DefaultColumnWidth property.

    Declaration
    public static readonly StyleInfoProperty DefaultColumnWidthProperty
    Field Value
    Type
    StyleInfoProperty

    DrawTextWithGdiInteropProperty

    Provides information about the DrawTextWithGdiInterop property.

    Declaration
    public static readonly StyleInfoProperty DrawTextWithGdiInteropProperty
    Field Value
    Type
    StyleInfoProperty

    EmptySectionHeightProperty

    Provides information about the Syncfusion.Windows.Forms.Grid.Grouping.GridTableOptionsStyleInfo.EmptySectionHeight property.

    Declaration
    public static readonly StyleInfoProperty EmptySectionHeightProperty
    Field Value
    Type
    StyleInfoProperty

    FilterBarRowHeightProperty

    Provides information about the Syncfusion.Windows.Forms.Grid.Grouping.GridTableOptionsStyleInfo.FilterBarRowHeight property.

    Declaration
    public static readonly StyleInfoProperty FilterBarRowHeightProperty
    Field Value
    Type
    StyleInfoProperty

    GridLineBorderProperty

    Provides information about the GridLineBorder property.

    Declaration
    public static readonly StyleInfoProperty GridLineBorderProperty
    Field Value
    Type
    StyleInfoProperty

    GridVisualStylesDrawingProperty

    Provides information about the GridVisualStylesDrawing property.

    Declaration
    public static readonly StyleInfoProperty GridVisualStylesDrawingProperty
    Field Value
    Type
    StyleInfoProperty

    GridVisualStylesProperty

    Provides information about the GridVisualStyles property.

    Declaration
    public static readonly StyleInfoProperty GridVisualStylesProperty
    Field Value
    Type
    StyleInfoProperty

    GroupFooterSectionHeightProperty

    Provides information about the GroupFooterSectionHeight property.

    Declaration
    public static readonly StyleInfoProperty GroupFooterSectionHeightProperty
    Field Value
    Type
    StyleInfoProperty

    GroupHeaderSectionHeightProperty

    Provides information about the GroupHeaderSectionHeight property.

    Declaration
    public static readonly StyleInfoProperty GroupHeaderSectionHeightProperty
    Field Value
    Type
    StyleInfoProperty

    GroupPreviewSectionHeightProperty

    Provides information about the GroupPreviewSectionHeight property.

    Declaration
    public static readonly StyleInfoProperty GroupPreviewSectionHeightProperty
    Field Value
    Type
    StyleInfoProperty

    IndentWidthProperty

    Provides information about the IndentWidth property.

    Declaration
    public static readonly StyleInfoProperty IndentWidthProperty
    Field Value
    Type
    StyleInfoProperty

    ListBoxSelectionColorOptionsProperty

    Provides information about the ListBoxSelectionColorOptions property.

    Declaration
    public static readonly StyleInfoProperty ListBoxSelectionColorOptionsProperty
    Field Value
    Type
    StyleInfoProperty

    ListBoxSelectionCurrentCellOptionsProperty

    Provides information about the ListBoxSelectionCurrentCellOptions property.

    Declaration
    public static readonly StyleInfoProperty ListBoxSelectionCurrentCellOptionsProperty
    Field Value
    Type
    StyleInfoProperty

    ListBoxSelectionModeProperty

    Provides information about the ListBoxSelectionMode property.

    Declaration
    public static readonly StyleInfoProperty ListBoxSelectionModeProperty
    Field Value
    Type
    StyleInfoProperty

    ListBoxSelectionOutlineBorderProperty

    Provides information about the ListBoxSelectionOutlineBorder property.

    Declaration
    public static readonly StyleInfoProperty ListBoxSelectionOutlineBorderProperty
    Field Value
    Type
    StyleInfoProperty

    ListBoxSelectionRecursiveProperty

    Provides information about the ListBoxSelectionRecursive property.

    Declaration
    public static readonly StyleInfoProperty ListBoxSelectionRecursiveProperty
    Field Value
    Type
    StyleInfoProperty

    MaxDropDownTableSizeProperty

    Provides information about the MaxDropDownTableSize property.

    Declaration
    public static readonly StyleInfoProperty MaxDropDownTableSizeProperty
    Field Value
    Type
    StyleInfoProperty

    MaxFilterBarChoiceListSizeProperty

    Provides information about the MaxFilterBarChoiceListSize property.

    Declaration
    public static readonly StyleInfoProperty MaxFilterBarChoiceListSizeProperty
    Field Value
    Type
    StyleInfoProperty

    RecordPreviewRowHeightProperty

    Provides information about the RecordPreviewRowHeight property.

    Declaration
    public static readonly StyleInfoProperty RecordPreviewRowHeightProperty
    Field Value
    Type
    StyleInfoProperty

    RecordRowHeightProperty

    Provides information about the RecordRowHeight property.

    Declaration
    public static readonly StyleInfoProperty RecordRowHeightProperty
    Field Value
    Type
    StyleInfoProperty

    RowHeaderWidthProperty

    Provides information about the RowHeaderWidth property.

    Declaration
    public static readonly StyleInfoProperty RowHeaderWidthProperty
    Field Value
    Type
    StyleInfoProperty

    SelectionBackColorProperty

    Provides information about the SelectionBackColor property.

    Declaration
    public static readonly StyleInfoProperty SelectionBackColorProperty
    Field Value
    Type
    StyleInfoProperty

    SelectionTextColorProperty

    Provides information about the SelectionTextColor property.

    Declaration
    public static readonly StyleInfoProperty SelectionTextColorProperty
    Field Value
    Type
    StyleInfoProperty

    ShowColumnHeadersWithFilterButtonProperty

    Provides information about the Syncfusion.Windows.Forms.Grid.Grouping.GridTableOptionsStyleInfo.ShowColumnHeadersWithFilterButton property.

    Declaration
    public static readonly StyleInfoProperty ShowColumnHeadersWithFilterButtonProperty
    Field Value
    Type
    StyleInfoProperty

    ShowFilterBarProperty

    Provides information about the Syncfusion.Windows.Forms.Grid.Grouping.GridTableOptionsStyleInfo.ShowFilterBar property.

    Declaration
    public static readonly StyleInfoProperty ShowFilterBarProperty
    Field Value
    Type
    StyleInfoProperty

    ShowRecordPlusMinusProperty

    Provides information about the ShowRecordPlusMinus property.

    Declaration
    public static readonly StyleInfoProperty ShowRecordPlusMinusProperty
    Field Value
    Type
    StyleInfoProperty

    ShowRecordPreviewRowProperty

    Provides information about the ShowRecordPreviewRow property.

    Declaration
    public static readonly StyleInfoProperty ShowRecordPreviewRowProperty
    Field Value
    Type
    StyleInfoProperty

    ShowRowHeaderProperty

    Provides information about the ShowRowHeader property.

    Declaration
    public static readonly StyleInfoProperty ShowRowHeaderProperty
    Field Value
    Type
    StyleInfoProperty

    ShowTableIndentAsCoveredRangeProperty

    Provides information about the ShowTableIndentAsCoveredRange property.

    Declaration
    public static readonly StyleInfoProperty ShowTableIndentAsCoveredRangeProperty
    Field Value
    Type
    StyleInfoProperty

    ShowTableIndentProperty

    Provides information about the ShowTableIndent property.

    Declaration
    public static readonly StyleInfoProperty ShowTableIndentProperty
    Field Value
    Type
    StyleInfoProperty

    ShowTableRowHeaderAsCoveredRangeProperty

    Provides information about the ShowTableRowHeaderAsCoveredRange property.

    Declaration
    public static readonly StyleInfoProperty ShowTableRowHeaderAsCoveredRangeProperty
    Field Value
    Type
    StyleInfoProperty

    ShowTreeLinesProperty

    Provides information about the ShowTreeLines property.

    Declaration
    public static readonly StyleInfoProperty ShowTreeLinesProperty
    Field Value
    Type
    StyleInfoProperty

    SummaryRowHeightProperty

    Provides information about the SummaryRowHeight property.

    Declaration
    public static readonly StyleInfoProperty SummaryRowHeightProperty
    Field Value
    Type
    StyleInfoProperty

    TreeLineBorderProperty

    Provides information about the TreeLineBorder property.

    Declaration
    public static readonly StyleInfoProperty TreeLineBorderProperty
    Field Value
    Type
    StyleInfoProperty

    VerticalPixelScrollProperty

    Provides information about the VerticalPixelScroll property.

    Declaration
    public static readonly StyleInfoProperty VerticalPixelScrollProperty
    Field Value
    Type
    StyleInfoProperty

    Properties

    StaticDataStore

    Gets the Static data source.

    Declaration
    protected override StaticData StaticDataStore { get; }
    Property Value
    Type
    StaticData
    Overrides
    StyleInfoStore.StaticDataStore

    Methods

    Clone()

    A copy of the current object.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A duplicate of current object.

    Overrides
    StyleInfoStore.Clone()

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved