menu

WinForms

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

    Show / Hide Table of Contents

    Class ButtonEditStyleProperties

    Provides custom properties for button edit cell. All properties support the style inheritance mechanism. You can change these properties in the property grid.

    Inheritance
    System.Object
    GridStyleInfoCustomProperties
    ButtonEditStyleProperties
    Inherited Members
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, String)
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, String, StyleInfoPropertyOptions)
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, Type, String)
    GridStyleInfoCustomProperties.CreateStyleInfoProperty(Type, Type, String, StyleInfoPropertyOptions)
    GridStyleInfoCustomProperties.style
    GridStyleInfoCustomProperties.StyleInfo
    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.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class ButtonEditStyleProperties : GridStyleInfoCustomProperties

    Constructors

    ButtonEditStyleProperties()

    Initializes a ButtonEditStyleProperties object with an empty style object. Design time environment will use this ctor and later copy the values to a style object by calling style.CustomProperties.Add(gridExcelTipStyleProperties1)

    Declaration
    public ButtonEditStyleProperties()

    ButtonEditStyleProperties(GridStyleInfo)

    Initializes a ButtonEditStyleProperties object with a style object that holds all data

    Declaration
    public ButtonEditStyleProperties(GridStyleInfo style)
    Parameters
    Type Name Description
    GridStyleInfo style

    Specifies style information for the button edit cell.

    Properties

    ButtonEditInfo

    Gets or sets the button edit information.

    Declaration
    public ButtonEditInfo ButtonEditInfo { get; set; }
    Property Value
    Type
    ButtonEditInfo

    Default

    Gets an access to default values for this type.

    Declaration
    public static ButtonEditStyleProperties Default { get; }
    Property Value
    Type
    ButtonEditStyleProperties

    Methods

    Initialize()

    Forces static ctor being called at least once.

    Declaration
    public static void Initialize()

    Operators

    Explicit(GridStyleInfo to ButtonEditStyleProperties)

    Explicit cast from GridStyleInfo to this custom property object.

    Declaration
    public static explicit operator ButtonEditStyleProperties(GridStyleInfo style)
    Parameters
    Type Name Description
    GridStyleInfo style

    Specifies button edit cell's style information.

    Returns
    Type Description
    ButtonEditStyleProperties

    A new custom properties object.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved