WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataColumnOptionsPane - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataColumnOptionsPane

    Inheritance
    System.Object
    GridDataColumnOptionsPane
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataColumnOptionsPane : Control

    Constructors

    GridDataColumnOptionsPane()

    Declaration
    public GridDataColumnOptionsPane()

    Fields

    ColumnOptionsButtonBackgroundProperty

    Declaration
    public static readonly DependencyProperty ColumnOptionsButtonBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    ColumnOptionsButtonBorderBrushProperty

    Declaration
    public static readonly DependencyProperty ColumnOptionsButtonBorderBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FilterButtonVisibilityProperty

    Declaration
    public static readonly DependencyProperty FilterButtonVisibilityProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    HAlignmentProperty

    DependencyProperty for HAlignment.

    Declaration
    public static readonly DependencyProperty HAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SetFrozenColumnProperty

    Declaration
    public static readonly DependencyProperty SetFrozenColumnProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    TextProperty

    Declaration
    public static readonly DependencyProperty TextProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    VAlignmentProperty

    DependencyProperty for HAlignment.

    Declaration
    public static readonly DependencyProperty VAlignmentProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    ApplyButton

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

    ChkAutoFit

    Declaration
    public CheckBox ChkAutoFit { get; }
    Property Value
    Type Description
    System.Windows.Controls.CheckBox

    CloseButton

    Declaration
    public ToggleButton CloseButton { get; }
    Property Value
    Type Description
    System.Windows.Controls.Primitives.ToggleButton

    ColumnFormatOptions

    Declaration
    public ComboBox ColumnFormatOptions { get; }
    Property Value
    Type Description
    System.Windows.Controls.ComboBox

    ColumnOptionsButtonBackground

    Declaration
    public Brush ColumnOptionsButtonBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    ColumnOptionsButtonBorderBrush

    Declaration
    public Brush ColumnOptionsButtonBorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    FilterButtonVisibility

    Declaration
    public Visibility FilterButtonVisibility { get; set; }
    Property Value
    Type Description
    System.Windows.Visibility

    HAlignment

    Gets or sets the horizontal alignment of the column text.

    Declaration
    public HorizontalAlignment HAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.HorizontalAlignment

    HeaderCell

    Declaration
    public GridDataHeaderCellControl HeaderCell { get; }
    Property Value
    Type Description
    GridDataHeaderCellControl

    RenderStyle

    Declaration
    public GridRenderStyleInfo RenderStyle { get; }
    Property Value
    Type Description
    GridRenderStyleInfo

    SetFrozenColumn

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

    Text

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

    VAlignment

    Gets or sets the vertical alignment of the column text.

    Declaration
    public VerticalAlignment VAlignment { get; set; }
    Property Value
    Type Description
    System.Windows.VerticalAlignment

    VisibleColumn

    Declaration
    public GridDataVisibleColumn VisibleColumn { get; set; }
    Property Value
    Type Description
    GridDataVisibleColumn

    WidthSetter

    Declaration
    public Slider WidthSetter { get; }
    Property Value
    Type Description
    System.Windows.Controls.Slider

    Methods

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    Events

    TemplateApplied

    Declaration
    public event EventHandler TemplateApplied
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved