On this pageIIndentedRow InterfaceDefinitionNamespace:Avalonia.Controls.Models.TreeDataGridAssembly:Avalonia.Controls.TreeDataGridPackage:Avalonia.Controls.TreeDataGridRepresents a row which can be indented to represent nested data.public interface IIndentedRowImplements:IRowPropertiesNameDescriptionIndentGets the row indent level.Indent PropertyGets the row indent level.public int Indent { get; set; }PreviousIExpanderRowController<TModel>NextIModelIndexableRow