DataGridByteColumn Class
Represents a data-bound column for use in a DataGrid that utilizes the ByteEditBox control.
public class DataGridByteColumn : DataGridPartEditBoxColumnBase<byte?>
- Inheritance:
- object DataGridColumn DataGridBoundColumn DataGridBoundColumnBase DataGridPartEditBoxColumnBase<byte?> object
Constructors
DataGridByteColumn()
Initializes an instance of the class.
public DataGridByteColumn()
Properties
DefaultValue
The value to set when incrementing/decrementing from a null value.
Format
The number format string.
LargeChange
The large change value.
Maximum
The highest possible value.
Minimum
The lowest possible value.
PickerKind
An ByteEditBoxPickerKind indicating the pre-defined Style to apply to the picker used within the popup.
public ByteEditBoxPickerKind PickerKind { get; set; }
Property Value
- ByteEditBoxPickerKind:
The default value is Calculator.
SmallChange
The small change value.
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()
The type of the associated PartEditBoxBase-derived control.
Fields
DefaultValueProperty
Defines the DefaultValue property.
public static readonly DependencyProperty DefaultValueProperty
FormatProperty
Defines the Format property.
public static readonly DependencyProperty FormatProperty
LargeChangeProperty
Defines the LargeChange property.
public static readonly DependencyProperty LargeChangeProperty
MaximumProperty
Defines the Maximum property.
public static readonly DependencyProperty MaximumProperty
MinimumProperty
Defines the Minimum property.
public static readonly DependencyProperty MinimumProperty
PickerKindProperty
Defines the PickerKind property.
public static readonly DependencyProperty PickerKindProperty
SmallChangeProperty
Defines the SmallChange property.
public static readonly DependencyProperty SmallChangeProperty
Inherited Members
- DataGridPartEditBoxColumnBase<byte?>.CommitTriggersProperty
- DataGridPartEditBoxColumnBase<byte?>.HasPopupProperty
- DataGridPartEditBoxColumnBase<byte?>.IsArrowKeyPartNavigationEnabledProperty
- DataGridPartEditBoxColumnBase<byte?>.IsEditableProperty
- DataGridPartEditBoxColumnBase<byte?>.IsNullAllowedProperty
- DataGridPartEditBoxColumnBase<byte?>.IsUndoEnabledProperty
- DataGridPartEditBoxColumnBase<byte?>.PlaceholderTextProperty
- DataGridPartEditBoxColumnBase<byte?>.SpinnerVisibilityProperty
- DataGridPartEditBoxColumnBase<byte?>.SpinWrappingProperty
- DataGridPartEditBoxColumnBase<byte?>.TextAlignmentProperty
- DataGridPartEditBoxColumnBase<byte?>.GenerateEditBox(bool, DataGridCell)
- DataGridPartEditBoxColumnBase<byte?>.GenerateEditingElement(DataGridCell, object)
- DataGridPartEditBoxColumnBase<byte?>.GenerateElement(DataGridCell, object)
- DataGridPartEditBoxColumnBase<byte?>.PrepareCellForEdit(FrameworkElement, RoutedEventArgs)
- DataGridPartEditBoxColumnBase<byte?>.DefaultEditingElementStyle
- DataGridPartEditBoxColumnBase<byte?>.DefaultElementStyle
- DataGridPartEditBoxColumnBase<byte?>.CommitTriggers
- DataGridPartEditBoxColumnBase<byte?>.HasPopup
- DataGridPartEditBoxColumnBase<byte?>.IsArrowKeyPartNavigationEnabled
- DataGridPartEditBoxColumnBase<byte?>.IsEditable
- DataGridPartEditBoxColumnBase<byte?>.IsNullAllowed
- DataGridPartEditBoxColumnBase<byte?>.IsUndoEnabled
- DataGridPartEditBoxColumnBase<byte?>.PlaceholderText
- DataGridPartEditBoxColumnBase<byte?>.SpinnerVisibility
- DataGridPartEditBoxColumnBase<byte?>.SpinWrapping
- DataGridPartEditBoxColumnBase<byte?>.TextAlignment
- DataGridBoundColumnBase.ApplyBinding(FrameworkElement, DependencyProperty)
- DataGridBoundColumnBase.ApplyValue(DependencyProperty, FrameworkElement, DependencyProperty)
- DataGridBoundColumnBase.RefreshCellContent(FrameworkElement, string)