C# Class Yuhan.WPF.DsxGridCtrl.DsxCellBase

Inheritance: System.Windows.Controls.Border
Datei anzeigen Open project: hansuky/Yuhan Class Usage Examples

Public Properties

Property Type Description
CellBackgroundProperty System.Windows.DependencyProperty
CellEditableBorderBrushProperty System.Windows.DependencyProperty
CellVBorderBrushProperty System.Windows.DependencyProperty
CellVBorderIsVisibleProperty System.Windows.DependencyProperty
CellViewBorderBrushProperty System.Windows.DependencyProperty
ColumnProperty System.Windows.DependencyProperty
HeightTrackerProperty System.Windows.DependencyProperty
IsDecoratorProperty System.Windows.DependencyProperty
IsEditModeProperty System.Windows.DependencyProperty
IsRowSelectedProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AdjustFocusableStyle void
CreateVBorderVisual System.Windows.Media.DrawingVisual
CreateVBorderVisual System.Windows.Media.DrawingVisual
OnCellBackgroundChanged void
OnCellVBorderIsVisibleChanged void
OnIsKeyboardFocusWithinChanged void
OnIsRowSelectedChanged void
OnLoaded void
OnPreviewMouseLeftButtonDown void
SetCellEditFocus bool

Public Methods

Method Description
DsxCellBase ( ) : System

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size availableSize ) : Size

Private Methods

Method Description
AdjustFocusableStyle ( DependencyObject element ) : void
CreateVBorderVisual ( ) : System.Windows.Media.DrawingVisual
CreateVBorderVisual ( Size elementSize ) : System.Windows.Media.DrawingVisual
OnCellBackgroundChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCellVBorderIsVisibleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsKeyboardFocusWithinChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsRowSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnPreviewMouseLeftButtonDown ( object sender, System e ) : void
SetCellEditFocus ( DependencyObject element ) : bool

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

DsxCellBase() public method

public DsxCellBase ( ) : System
return System

GetVisualChild() protected method

protected GetVisualChild ( int index ) : Visual
index int
return Visual

MeasureOverride() protected method

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
return System.Windows.Size

Property Details

CellBackgroundProperty public_oe static_oe property

public static DependencyProperty,System.Windows CellBackgroundProperty
return System.Windows.DependencyProperty

CellEditableBorderBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows CellEditableBorderBrushProperty
return System.Windows.DependencyProperty

CellVBorderBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows CellVBorderBrushProperty
return System.Windows.DependencyProperty

CellVBorderIsVisibleProperty public_oe static_oe property

public static DependencyProperty,System.Windows CellVBorderIsVisibleProperty
return System.Windows.DependencyProperty

CellViewBorderBrushProperty public_oe static_oe property

public static DependencyProperty,System.Windows CellViewBorderBrushProperty
return System.Windows.DependencyProperty

ColumnProperty public_oe static_oe property

public static DependencyProperty,System.Windows ColumnProperty
return System.Windows.DependencyProperty

HeightTrackerProperty public_oe static_oe property

public static DependencyProperty,System.Windows HeightTrackerProperty
return System.Windows.DependencyProperty

IsDecoratorProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsDecoratorProperty
return System.Windows.DependencyProperty

IsEditModeProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsEditModeProperty
return System.Windows.DependencyProperty

IsRowSelectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsRowSelectedProperty
return System.Windows.DependencyProperty