menu

WinForms

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

    Show / Hide Table of Contents

    Interface IStyleHolder

    Interface publishes base functionality for style holders

    Namespace: Syncfusion.DLS
    Assembly: Syncfusion.DLS.Base.dll
    Syntax
    public interface IStyleHolder

    Properties

    StyleName

    Gets style name.

    Declaration
    string StyleName { get; }
    Property Value
    Type
    System.String

    Methods

    ApplyStyle(String)

    Applies a new style.

    Declaration
    void ApplyStyle(string styleName)
    Parameters
    Type Name Description
    System.String styleName
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved