DataGridThicknessColumn Class
Represents a data-bound column for use in a DataGrid that utilizes the ThicknessEditBox control.
public class DataGridThicknessColumn : DataGridPartEditBoxColumnBase<Thickness?>
- Inheritance:
- object DataGridColumn DataGridBoundColumn DataGridBoundColumnBase DataGridPartEditBoxColumnBase<Thickness?> object
Constructors
DataGridThicknessColumn()
Initializes an instance of the DataGridThicknessColumn class.
public DataGridThicknessColumn()
Properties
DefaultValue
Gets or sets the value to set when incrementing/decrementing from a null value.
public Thickness DefaultValue { get; set; }
Property Value
- Thickness:
The value to set when incrementing/decrementing from a null value. The default value is
0.
Format
Gets or sets the number format string.
public string Format { get; set; }
Property Value
- string:
The number format string. The default value is
"G".
IsNaNAllowed
Gets or sets whether NaN is accepted as a component value.
public bool IsNaNAllowed { get; set; }
Property Value
IsNegativeInfinityAllowed
Gets or sets whether NegativeInfinity is accepted as a component value.
public bool IsNegativeInfinityAllowed { get; set; }
Property Value
- bool:
trueif NegativeInfinity is accepted as a component value; otherwise,false. The default value isfalse.
IsPositiveInfinityAllowed
Gets or sets whether PositiveInfinity is accepted as a component value.
public bool IsPositiveInfinityAllowed { get; set; }
Property Value
- bool:
trueif PositiveInfinity is accepted as a component value; otherwise,false. The default value isfalse.
LargeChange
Gets or sets the large change value.
public Thickness LargeChange { get; set; }
Property Value
- Thickness:
The large change value. The default value is
5.
Maximum
Gets or sets the highest possible value.
Minimum
Gets or sets the lowest possible value.
RoundingDecimalPlace
Gets or sets the rounding decimal place.
public int? RoundingDecimalPlace { get; set; }
Property Value
- int?:
The rounding decimal place, which is a value between
0and15. Pass a null value to disable rounding. The default value is8.
SmallChange
Gets or sets the small change value.
public Thickness SmallChange { get; set; }
Property Value
- Thickness:
The small change value. The default value is
1.
Methods
ApplyStandardValues(FrameworkElement)
Applies standard values to the specified target element.
protected override void ApplyStandardValues(FrameworkElement targetElement)
| Parameter | Type | Description |
|---|---|---|
| targetElement | FrameworkElement | The target element. |
GetEditBoxType()
Gets the type of the associated PartEditBoxBase-derived control.
protected override Type GetEditBoxType()
Returns
- Type:
The type of the associated
PartEditBoxBase-derived control.
Fields
DefaultValueProperty
Identifies the DefaultValue dependency property. This field is read-only.
public static readonly DependencyProperty DefaultValueProperty
FormatProperty
Identifies the Format dependency property. This field is read-only.
public static readonly DependencyProperty FormatProperty
IsNaNAllowedProperty
Identifies the IsNaNAllowed dependency property. This field is read-only.
public static readonly DependencyProperty IsNaNAllowedProperty
IsNegativeInfinityAllowedProperty
Identifies the IsNegativeInfinityAllowed dependency property. This field is read-only.
public static readonly DependencyProperty IsNegativeInfinityAllowedProperty
IsPositiveInfinityAllowedProperty
Identifies the IsPositiveInfinityAllowed dependency property. This field is read-only.
public static readonly DependencyProperty IsPositiveInfinityAllowedProperty
LargeChangeProperty
Identifies the LargeChange dependency property. This field is read-only.
public static readonly DependencyProperty LargeChangeProperty
MaximumProperty
Identifies the Maximum dependency property. This field is read-only.
public static readonly DependencyProperty MaximumProperty
MinimumProperty
Identifies the Minimum dependency property. This field is read-only.
public static readonly DependencyProperty MinimumProperty
RoundingDecimalPlaceProperty
Identifies the RoundingDecimalPlace dependency property. This field is read-only.
public static readonly DependencyProperty RoundingDecimalPlaceProperty
SmallChangeProperty
Identifies the SmallChange dependency property. This field is read-only.
public static readonly DependencyProperty SmallChangeProperty
Inherited Members
- DataGridPartEditBoxColumnBase<Thickness?>.CommitTriggersProperty
- DataGridPartEditBoxColumnBase<Thickness?>.HasPopupProperty
- DataGridPartEditBoxColumnBase<Thickness?>.IsArrowKeyPartNavigationEnabledProperty
- DataGridPartEditBoxColumnBase<Thickness?>.IsEditableProperty
- DataGridPartEditBoxColumnBase<Thickness?>.IsNullAllowedProperty
- DataGridPartEditBoxColumnBase<Thickness?>.IsUndoEnabledProperty
- DataGridPartEditBoxColumnBase<Thickness?>.PlaceholderTextProperty
- DataGridPartEditBoxColumnBase<Thickness?>.SpinnerVisibilityProperty
- DataGridPartEditBoxColumnBase<Thickness?>.SpinWrappingProperty
- DataGridPartEditBoxColumnBase<Thickness?>.TextAlignmentProperty
- DataGridPartEditBoxColumnBase<Thickness?>.GenerateEditBox(bool, DataGridCell)
- DataGridPartEditBoxColumnBase<Thickness?>.GenerateEditingElement(DataGridCell, object)
- DataGridPartEditBoxColumnBase<Thickness?>.GenerateElement(DataGridCell, object)
- DataGridPartEditBoxColumnBase<Thickness?>.PrepareCellForEdit(FrameworkElement, RoutedEventArgs)
- DataGridPartEditBoxColumnBase<Thickness?>.DefaultEditingElementStyle
- DataGridPartEditBoxColumnBase<Thickness?>.DefaultElementStyle
- DataGridPartEditBoxColumnBase<Thickness?>.CommitTriggers
- DataGridPartEditBoxColumnBase<Thickness?>.HasPopup
- DataGridPartEditBoxColumnBase<Thickness?>.IsArrowKeyPartNavigationEnabled
- DataGridPartEditBoxColumnBase<Thickness?>.IsEditable
- DataGridPartEditBoxColumnBase<Thickness?>.IsNullAllowed
- DataGridPartEditBoxColumnBase<Thickness?>.IsUndoEnabled
- DataGridPartEditBoxColumnBase<Thickness?>.PlaceholderText
- DataGridPartEditBoxColumnBase<Thickness?>.SpinnerVisibility
- DataGridPartEditBoxColumnBase<Thickness?>.SpinWrapping
- DataGridPartEditBoxColumnBase<Thickness?>.TextAlignment
- DataGridBoundColumnBase.ApplyBinding(FrameworkElement, DependencyProperty)
- DataGridBoundColumnBase.ApplyValue(DependencyProperty, FrameworkElement, DependencyProperty)
- DataGridBoundColumnBase.RefreshCellContent(FrameworkElement, string)