Class ColumnAppearence
Inheritance
System.Object
ColumnAppearence
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class ColumnAppearence : Appearence
Constructors
ColumnAppearence()
Declaration
public ColumnAppearence()
Fields
CheckBoxVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty CheckBoxVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
CurrencyEditVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty CurrencyEditVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
DateTimeVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty DateTimeVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
DoubleEditVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty DoubleEditVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
DouleEditVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty DouleEditVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
IntegerEditVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty IntegerEditVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
MaskEditVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty MaskEditVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
PercentEditVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty PercentEditVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
UpDownEditVisibleColumnStyleProperty
Declaration
public static readonly DependencyProperty UpDownEditVisibleColumnStyleProperty
Field Value
Type |
System.Windows.DependencyProperty |
Properties
CheckBoxVisibleColumnStyle
Gets or sets the check box visible column style.
Declaration
public Style CheckBoxVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The check box visible column style.
|
CurrencyEditVisibleColumnStyle
Gets or sets the currency edit visible column style.
Declaration
public Style CurrencyEditVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The currency edit visible column style.
|
DateTimeVisibleColumnStyle
Gets or sets the date time visible column style.
Declaration
public Style DateTimeVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The date time visible column style.
|
DoubleEditVisibleColumnStyle
Gets or sets the double edit visible column style.
Declaration
public Style DoubleEditVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The double edit visible column style.
|
DouleEditVisibleColumnStyle
Declaration
public Style DouleEditVisibleColumnStyle { get; set; }
Property Value
Type |
System.Windows.Style |
IntegerEditVisibleColumnStyle
Gets or sets the integer edit visible column style.
Declaration
public Style IntegerEditVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The integer edit visible column style.
|
MaskEditVisibleColumnStyle
Gets or sets the mask edit visible column style.
Declaration
public Style MaskEditVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The mask edit visible column style.
|
PercentEditVisibleColumnStyle
Gets or sets the percent edit visible column style.
Declaration
public Style PercentEditVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
The percent edit visible column style.
|
UpDownEditVisibleColumnStyle
Gets or sets up down edit visible column style.
Declaration
public Style UpDownEditVisibleColumnStyle { get; set; }
Property Value
Type |
Description |
System.Windows.Style |
Up down edit visible column style.
|