Property | Type | Description | |
---|---|---|---|
AllowCurrentWhenNoSelectionProperty | |||
AutoScrollOnSelectionProperty | |||
AutoSizePaddingProperty | |||
AutoSizeProperty | |||
FontSizeHintProperty | |||
IsInitialSelectionDisabledProperty | |||
IsRowHeaderProperty | |||
IsRowVirtualizationEnabledProperty | |||
IsUnselectableProperty | |||
MergedHeadersProperty |
Method | Description | |
---|---|---|
GetAllowCurrentWhenNoSelection ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
GetAutoScrollOnSelection ( Xceed.Wpf.DataGrid.DataGridControl datagrid ) : bool | ||
GetAutoSize ( Xceed.Wpf.DataGrid.ColumnBase column ) : bool | ||
GetAutoSizePadding ( Xceed.Wpf.DataGrid.ColumnBase column ) : double | ||
GetFontSizeHint ( Xceed.Wpf.DataGrid.ColumnBase column ) : double | ||
GetIsInitialSelectionDisabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
GetIsRowHeader ( Xceed.Wpf.DataGrid.ColumnBase column ) : bool | ||
GetIsRowVirtualizationEnabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
GetIsUnselectable ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
GetMergedHeaders ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : ObservableCollection |
||
SetAllowCurrentWhenNoSelection ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
SetAutoScrollOnSelection ( Xceed.Wpf.DataGrid.DataGridControl datagrid, bool value ) : void | ||
SetAutoSize ( Xceed.Wpf.DataGrid.ColumnBase column, bool value ) : void | ||
SetAutoSizePadding ( Xceed.Wpf.DataGrid.ColumnBase column, double value ) : void | ||
SetFontSizeHint ( Xceed.Wpf.DataGrid.ColumnBase column, double value ) : void | ||
SetIsInitialSelectionDisabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
SetIsRowHeader ( Xceed.Wpf.DataGrid.ColumnBase column, bool value ) : void | ||
SetIsRowVirtualizationEnabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
SetIsUnselectable ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
SetMergedHeaders ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, ObservableCollection |
Method | Description | |
---|---|---|
DataGridControl_ItemsChanged ( object obj ) : void | ||
DataGrid_ItemsSourceChangeCompleted ( object sender, |
||
DataGrid_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
DataGrid_PropertyChanged ( object sender, |
||
DataGrid_SelectionChanged ( object sender, Xceed.Wpf.DataGrid.DataGridSelectionChangedEventArgs e ) : void | ||
GetValuePath ( Xceed.Wpf.DataGrid.ColumnBase column ) : string | ||
OnAllowCurrentWhenNoSelectionChanged ( |
||
OnAutoScrollOnSelectionChanged ( |
||
OnAutoSizeChanged ( |
||
OnIsInitialSelectionDisabledChanged ( |
||
OnIsRowHeaderChanged ( |
||
OnIsRowVirtualizationEnabledChanged ( |
||
OnIsUnselectableChanged ( |
||
SetRowVirtualization ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : void | ||
SetWidthToFit ( Xceed.Wpf.DataGrid.ColumnBase column ) : void | ||
column_PropertyChanged ( object sender, |
||
dataGrid_Loaded ( object sender, |
public static GetAllowCurrentWhenNoSelection ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
return | bool |
public static GetAutoScrollOnSelection ( Xceed.Wpf.DataGrid.DataGridControl datagrid ) : bool | ||
datagrid | Xceed.Wpf.DataGrid.DataGridControl | |
return | bool |
public static GetAutoSize ( Xceed.Wpf.DataGrid.ColumnBase column ) : bool | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
return | bool |
public static GetAutoSizePadding ( Xceed.Wpf.DataGrid.ColumnBase column ) : double | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
return | double |
public static GetFontSizeHint ( Xceed.Wpf.DataGrid.ColumnBase column ) : double | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
return | double |
public static GetIsInitialSelectionDisabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
return | bool |
public static GetIsRowHeader ( Xceed.Wpf.DataGrid.ColumnBase column ) : bool | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
return | bool |
public static GetIsRowVirtualizationEnabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
return | bool |
public static GetIsUnselectable ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : bool | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
return | bool |
public static GetMergedHeaders ( Xceed.Wpf.DataGrid.DataGridControl dataGrid ) : ObservableCollection |
||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
return | ObservableCollection |
public static SetAllowCurrentWhenNoSelection ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
value | bool | |
return | void |
public static SetAutoScrollOnSelection ( Xceed.Wpf.DataGrid.DataGridControl datagrid, bool value ) : void | ||
datagrid | Xceed.Wpf.DataGrid.DataGridControl | |
value | bool | |
return | void |
public static SetAutoSize ( Xceed.Wpf.DataGrid.ColumnBase column, bool value ) : void | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
value | bool | |
return | void |
public static SetAutoSizePadding ( Xceed.Wpf.DataGrid.ColumnBase column, double value ) : void | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
value | double | |
return | void |
public static SetFontSizeHint ( Xceed.Wpf.DataGrid.ColumnBase column, double value ) : void | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
value | double | |
return | void |
public static SetIsInitialSelectionDisabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
value | bool | |
return | void |
public static SetIsRowHeader ( Xceed.Wpf.DataGrid.ColumnBase column, bool value ) : void | ||
column | Xceed.Wpf.DataGrid.ColumnBase | |
value | bool | |
return | void |
public static SetIsRowVirtualizationEnabled ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
value | bool | |
return | void |
public static SetIsUnselectable ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, bool value ) : void | ||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
value | bool | |
return | void |
public static SetMergedHeaders ( Xceed.Wpf.DataGrid.DataGridControl dataGrid, ObservableCollection |
||
dataGrid | Xceed.Wpf.DataGrid.DataGridControl | |
headers | ObservableCollection |
|
return | void |
public static DependencyProperty,System.Windows AllowCurrentWhenNoSelectionProperty | ||
return |
public static DependencyProperty,System.Windows AutoScrollOnSelectionProperty | ||
return |
public static DependencyProperty,System.Windows AutoSizePaddingProperty | ||
return |
public static DependencyProperty,System.Windows AutoSizeProperty | ||
return |
public static DependencyProperty,System.Windows FontSizeHintProperty | ||
return |
public static DependencyProperty,System.Windows IsInitialSelectionDisabledProperty | ||
return |
public static DependencyProperty,System.Windows IsRowHeaderProperty | ||
return |
public static DependencyProperty,System.Windows IsRowVirtualizationEnabledProperty | ||
return |
public static DependencyProperty,System.Windows IsUnselectableProperty | ||
return |