menu

WinForms

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

    Show / Hide Table of Contents

    Class SerializableGridButtonColumn

    Represents a class that is used to serialize and deserialize GridButtonColumn property settings.

    Inheritance
    System.Object
    SerializableGridColumn
    SerializableGridButtonColumn
    Inherited Members
    SerializableGridColumn.AdvancedFilterType
    SerializableGridColumn.AllowBlankFilters
    SerializableGridColumn.AllowDragging
    SerializableGridColumn.AllowEditing
    SerializableGridColumn.AllowFiltering
    SerializableGridColumn.AllowFocus
    SerializableGridColumn.AllowGrouping
    SerializableGridColumn.AllowHeaderTextWrapping
    SerializableGridColumn.AllowResizing
    SerializableGridColumn.AllowSorting
    SerializableGridColumn.AllowTextWrapping
    SerializableGridColumn.AutoSizeColumnsMode
    SerializableGridColumn.CellStyle
    SerializableGridColumn.ColumnMemberType
    SerializableGridColumn.DataGrid
    SerializableGridColumn.EnableCaseSensitiveFilterRow
    SerializableGridColumn.FilterBehavior
    SerializableGridColumn.FilterMode
    SerializableGridColumn.FilterPopupMode
    SerializableGridColumn.FilterRowCondition
    SerializableGridColumn.FilterRowEditorType
    SerializableGridColumn.FilterRowText
    SerializableGridColumn.Format
    SerializableGridColumn.FormatProvider
    SerializableGridColumn.GridValidationMode
    SerializableGridColumn.GroupMode
    SerializableGridColumn.HeaderStyle
    SerializableGridColumn.HeaderText
    SerializableGridColumn.ImmediateUpdateColumnFilter
    SerializableGridColumn.KnownTypes()
    SerializableGridColumn.MappingName
    SerializableGridColumn.MaximumWidth
    SerializableGridColumn.MinimumWidth
    SerializableGridColumn.NullDisplayText
    SerializableGridColumn.ShowFilterRowOptions
    SerializableGridColumn.ShowHeaderToolTip
    SerializableGridColumn.ShowToolTip
    SerializableGridColumn.SortMode
    SerializableGridColumn.TextTrimming
    SerializableGridColumn.Visible
    SerializableGridColumn.Width
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.WinForms.DataGrid.Serialization
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class SerializableGridButtonColumn : SerializableGridColumn

    Constructors

    SerializableGridButtonColumn()

    Declaration
    public SerializableGridButtonColumn()

    Properties

    AllowDefaultButtonText

    Gets or sets a value indicating whether the button needs to display the default value or not.

    Declaration
    public bool AllowDefaultButtonText { get; set; }
    Property Value
    Type
    System.Boolean

    Buttons

    Gets or sets the list of buttons that needs to be renderer in the Grid Cell.

    Declaration
    public List<CellButton> Buttons { get; set; }
    Property Value
    Type
    System.Collections.Generic.List<CellButton>

    ButtonSize

    Gets or sets the default size of the button.

    Declaration
    public Size ButtonSize { get; set; }
    Property Value
    Type
    System.Drawing.Size

    DefaultButtonText

    Gets or sets the default button text of the column.

    Declaration
    public string DefaultButtonText { get; set; }
    Property Value
    Type
    System.String

    Image

    Gets or sets the image for the GridButtonColumn.

    Declaration
    public Image Image { get; set; }
    Property Value
    Type
    System.Drawing.Image

    ImageIndex

    Gets or sets the index of the image in a image list to display on the button.

    Declaration
    public int ImageIndex { get; set; }
    Property Value
    Type
    System.Int32

    ImageList

    Gets or sets the image list that used to display the image on the button.

    Declaration
    public ImageList ImageList { get; set; }
    Property Value
    Type
    System.Windows.Forms.ImageList

    ImageSize

    Gets or sets the size of the image in a button.

    Declaration
    public Size ImageSize { get; set; }
    Property Value
    Type
    System.Drawing.Size

    Orientation

    Gets or sets the orientation of rendering the multiple buttons on the button column.

    Declaration
    public Orientation Orientation { get; set; }
    Property Value
    Type
    System.Windows.Forms.Orientation

    TextImageRelation

    Gets or sets the position of the text and image relative to each other.

    Declaration
    public TextImageRelation TextImageRelation { get; set; }
    Property Value
    Type
    System.Windows.Forms.TextImageRelation
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved