Class XmlDataFilter
Inheritance
System.Object
XmlDataFilter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class XmlDataFilter : IXmlTreeSerializable
Constructors
XmlDataFilter()
Declaration
public XmlDataFilter()
XmlDataFilter(RadDataFilter)
Fields
AllowAdd
Declaration
public bool AllowAdd
Field Value
System.Boolean
|
AllowArbitraryItemHeight
Declaration
public bool AllowArbitraryItemHeight
Field Value
System.Boolean
|
AllowDragDrop
Declaration
public bool AllowDragDrop
Field Value
System.Boolean
|
AllowDrop
Declaration
public bool AllowDrop
Field Value
System.Boolean
|
AllowPlusMinusAnimation
Declaration
public bool AllowPlusMinusAnimation
Field Value
System.Boolean
|
AllowRemove
Declaration
public bool AllowRemove
Field Value
System.Boolean
|
AutoGenerateDescriptorItems
Declaration
public bool AutoGenerateDescriptorItems
Field Value
System.Boolean
|
BackColor
Declaration
public Color BackColor
Field Value
System.Drawing.Color
|
CheckBoxes
Declaration
public bool CheckBoxes
Field Value
System.Boolean
|
ExpandAnimation
Expression
Declaration
public string Expression
Field Value
System.String
|
ItemHeight
Declaration
public int ItemHeight
Field Value
System.Int32
|
LabelEdit
Declaration
public bool LabelEdit
Field Value
System.Boolean
|
LineColor
Declaration
public Color LineColor
Field Value
System.Drawing.Color
|
LineStyle
LineWidth
Declaration
public float LineWidth
Field Value
System.Single
|
MouseDownEditDelay
Declaration
public int MouseDownEditDelay
Field Value
System.Int32
|
MultiSelect
Declaration
public bool MultiSelect
Field Value
System.Boolean
|
PathSeparator
Declaration
public string PathSeparator
Field Value
System.String
|
PlusMinusAnimationStep
Declaration
public double PlusMinusAnimationStep
Field Value
System.Double
|
RightToLeft
Declaration
public RightToLeft RightToLeft
Field Value
System.Windows.Forms.RightToLeft
|
ShowExpandCollapse
Declaration
public bool ShowExpandCollapse
Field Value
System.Boolean
|
ShowLines
Declaration
public bool ShowLines
Field Value
System.Boolean
|
ShowPlusMinus
Declaration
public bool ShowPlusMinus
Field Value
System.Boolean
|
ShowRootLines
Declaration
public bool ShowRootLines
Field Value
System.Boolean
|
SortFieldNames
Declaration
public bool SortFieldNames
Field Value
System.Boolean
|
SpacingBetweenNodes
Declaration
public int SpacingBetweenNodes
Field Value
System.Int32
|
ThemeClassName
Declaration
public string ThemeClassName
Field Value
System.String
|
ThemeName
Declaration
public string ThemeName
Field Value
System.String
|
TreeIndent
Declaration
public int TreeIndent
Field Value
System.Int32
|
Properties
XmlBackColor
Declaration
public string XmlBackColor { get; set; }
Property Value
System.String
|
XmlLineColor
Declaration
public string XmlLineColor { get; set; }
Property Value
System.String
|
Methods
Deserialize(RadDataFilter)
ReadUnknownAttribute(XmlAttribute)
Declaration
public virtual void ReadUnknownAttribute(XmlAttribute attribute)
Parameters
System.Xml.XmlAttribute
attribute
|