WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StyleInfoForm - WindowsForms API Reference | Syncfusion StyleInfoPropertyGrid with Apply and OK buttons. ">

    Show / Hide Table of Contents

    Class StyleInfoForm

    A form that displays a StyleInfoPropertyGrid with Apply and OK buttons.

    Inheritance
    System.Object
    StyleInfoForm
    Namespace: Syncfusion.Styles
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class StyleInfoForm : Form

    Constructors

    StyleInfoForm(Object)

    Initializes a new StyleInfoForm with an object whose properties should be displayed.

    Declaration
    public StyleInfoForm(object customizer)
    Parameters
    Type Name Description
    System.Object customizer

    The object for which properties should be displayed.

    Properties

    ApplyButton

    Returns the apply button. You should set up a listener for a Click event.

    Declaration
    public Button ApplyButton { get; }
    Property Value
    Type Description
    System.Windows.Forms.Button

    Methods

    Dispose(Boolean)

    Cleans up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved