Class GridDataColumnOptionsPane
Inheritance
System.Object
GridDataColumnOptionsPane
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataColumnOptionsPane : Control
Constructors
GridDataColumnOptionsPane()
Declaration
public GridDataColumnOptionsPane()
Fields
Declaration
public static readonly DependencyProperty ColumnOptionsButtonBackgroundProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty ColumnOptionsButtonBorderBrushProperty
Field Value
Type |
System.Windows.DependencyProperty |
Declaration
public static readonly DependencyProperty FilterButtonVisibilityProperty
Field Value
Type |
System.Windows.DependencyProperty |
HAlignmentProperty
DependencyProperty for HAlignment.
Declaration
public static readonly DependencyProperty HAlignmentProperty
Field Value
Type |
System.Windows.DependencyProperty |
SetFrozenColumnProperty
Declaration
public static readonly DependencyProperty SetFrozenColumnProperty
Field Value
Type |
System.Windows.DependencyProperty |
TextProperty
Declaration
public static readonly DependencyProperty TextProperty
Field Value
Type |
System.Windows.DependencyProperty |
VAlignmentProperty
DependencyProperty for HAlignment.
Declaration
public static readonly DependencyProperty VAlignmentProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
Declaration
public Button ApplyButton { get; }
Property Value
Type |
System.Windows.Controls.Button |
ChkAutoFit
Declaration
public CheckBox ChkAutoFit { get; }
Property Value
Type |
System.Windows.Controls.CheckBox |
Declaration
public ToggleButton CloseButton { get; }
Property Value
Type |
System.Windows.Controls.Primitives.ToggleButton |
Declaration
public ComboBox ColumnFormatOptions { get; }
Property Value
Type |
System.Windows.Controls.ComboBox |
Declaration
public Brush ColumnOptionsButtonBackground { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush ColumnOptionsButtonBorderBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Visibility FilterButtonVisibility { get; set; }
Property Value
Type |
System.Windows.Visibility |
HAlignment
Gets or sets the horizontal alignment of the column text.
Declaration
public HorizontalAlignment HAlignment { get; set; }
Property Value
Type |
System.Windows.HorizontalAlignment |
HeaderCell
Declaration
public GridDataHeaderCellControl HeaderCell { get; }
Property Value
RenderStyle
Declaration
public GridRenderStyleInfo RenderStyle { get; }
Property Value
SetFrozenColumn
Declaration
public bool SetFrozenColumn { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
VAlignment
Gets or sets the vertical alignment of the column text.
Declaration
public VerticalAlignment VAlignment { get; set; }
Property Value
Type |
System.Windows.VerticalAlignment |
VisibleColumn
Declaration
public GridDataVisibleColumn VisibleColumn { get; set; }
Property Value
WidthSetter
Declaration
public Slider WidthSetter { get; }
Property Value
Type |
System.Windows.Controls.Slider |
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Events
TemplateApplied
Declaration
public event EventHandler TemplateApplied
Event Type