Skip to main content

TreeListOptionsView.ShouldSerializeShowIndentAsRowStyle() Method

Returns whether the TreeListOptionsView.ShowIndentAsRowStyle property should be serialized.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public bool ShouldSerializeShowIndentAsRowStyle()

Returns

Type Description
Boolean

true if the TreeListOptionsView.ShowIndentAsRowStyle property should be serialized; otherwise, false.

See Also