Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridControlNavigationSettings : INotifyPropertyChanged,
ICloneable |
Visual Basic |
---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class GridControlNavigationSettings
Implements INotifyPropertyChanged, ICloneable |
Visual C++ |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class GridControlNavigationSettings : INotifyPropertyChanged,
ICloneable |
F# |
---|
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type GridControlNavigationSettings =
class
interface INotifyPropertyChanged
interface ICloneable
end |
Inheritance Hierarchy
See Also