In This Article

DataGridGuidColumn Class

Represents a data-bound column for use in a DataGrid that utilizes the GuidEditBox control.

public class DataGridGuidColumn : DataGridPartEditBoxColumnBase<Guid?>
Inheritance:
object DataGridColumn DataGridBoundColumn DataGridBoundColumnBase DataGridPartEditBoxColumnBase<Guid?> object

Constructors

DataGridGuidColumn()

Initializes an instance of the DataGridGuidColumn class.

public DataGridGuidColumn()

Properties

Format

Gets or sets the number format string.

public string Format { get; set; }

Property Value

string:

The number format string. The default value is "D".

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

FormatProperty

Identifies the Format dependency property. This field is read-only.

public static readonly DependencyProperty FormatProperty

Inherited Members