DevExpress.XtraVerticalGrid.v20.1.xml 390 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138613961406141614261436144614561466147614861496150615161526153615461556156615761586159616061616162616361646165616661676168616961706171617261736174617561766177617861796180618161826183618461856186618761886189619061916192619361946195619661976198619962006201620262036204620562066207620862096210621162126213621462156216621762186219622062216222622362246225622662276228622962306231623262336234623562366237623862396240624162426243624462456246624762486249625062516252625362546255625662576258625962606261626262636264626562666267626862696270627162726273627462756276627762786279628062816282628362846285628662876288628962906291629262936294629562966297629862996300630163026303630463056306630763086309631063116312631363146315631663176318631963206321632263236324632563266327632863296330633163326333633463356336633763386339634063416342634363446345634663476348634963506351635263536354635563566357635863596360636163626363636463656366636763686369637063716372637363746375637663776378637963806381638263836384638563866387638863896390639163926393639463956396639763986399640064016402
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <assembly>
  4. <name>DevExpress.XtraVerticalGrid.v20.1</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.XtraVerticalGrid">
  8. <summary>
  9. <para>Contains classes implementing the general functionality of the vertical grid controls that come with the XtraVerticalGrid Suite.</para>
  10. </summary>
  11. </member>
  12. <member name="T:DevExpress.XtraVerticalGrid.BaseOptionsView">
  13. <summary>
  14. <para>Provides view options for vertical grid controls.</para>
  15. </summary>
  16. </member>
  17. <member name="M:DevExpress.XtraVerticalGrid.BaseOptionsView.#ctor">
  18. <summary>
  19. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.BaseOptionsView"/> class.</para>
  20. </summary>
  21. </member>
  22. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.AllowGlyphSkinning">
  23. <summary>
  24. <para>Gets or sets whether row and band icons are painted using the foreground color of these rows and bands.</para>
  25. </summary>
  26. <value>true, if row and band icons are painted using the foreground color of these rows and bands; otherwise, false.</value>
  27. </member>
  28. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.AllowHtmlText">
  29. <summary>
  30. <para>Gets or sets whether row captions are formatted using HTML tags.</para>
  31. </summary>
  32. <value>true, if row captions are formatted using HTML tags; otherwise, false.</value>
  33. </member>
  34. <member name="M:DevExpress.XtraVerticalGrid.BaseOptionsView.Assign(DevExpress.Utils.Controls.BaseOptions)">
  35. <summary>
  36. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  37. </summary>
  38. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  39. </member>
  40. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.AutoScaleBands">
  41. <summary>
  42. <para>Gets or sets whether bands are stretched to occupy the entire control.</para>
  43. </summary>
  44. <value>true, if bands are stretched to occupy the entire control; otherwise, false.</value>
  45. </member>
  46. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.CategoryLevelIndentStyle">
  47. <summary>
  48. <para>Gets or sets how to draw indents for categories and row headers.</para>
  49. </summary>
  50. <value>A DevExpress.XtraVerticalGrid.CategoryLevelIndentStyle enumeration value that specifies the style used to indent row headers. The default is Vertical.</value>
  51. </member>
  52. <member name="F:DevExpress.XtraVerticalGrid.BaseOptionsView.DefaultLevelIndent">
  53. <summary>
  54. <para>The default value for the <see cref="P:DevExpress.XtraVerticalGrid.BaseOptionsView.LevelIndent"/> property.
  55. The DefaultLevelIndent field is set to -1.</para>
  56. </summary>
  57. <value></value>
  58. </member>
  59. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.DisableSkinBorder">
  60. <summary>
  61. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  62. </summary>
  63. <value>A <see cref="T:System.Boolean"/> value.</value>
  64. </member>
  65. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.FixedLineWidth">
  66. <summary>
  67. <para>Gets or sets the width of fixed row dividers.</para>
  68. </summary>
  69. <value>An integer value that specifies the width of horizontal lines, in pixels, that separate anchored rows from other rows.</value>
  70. </member>
  71. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.FixRowHeaderPanelWidth">
  72. <summary>
  73. <para>Gets or sets whether the width of row headers remain constant when the control&#39;s size or layout style is changed.</para>
  74. </summary>
  75. <value>true, if the width of row headers remain constant when the control&#39;s size or layout style is changed; otherwise, false.</value>
  76. </member>
  77. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.LevelIndent">
  78. <summary>
  79. <para>Gets or sets the horizontal indent for child rows.</para>
  80. </summary>
  81. <value>An integer value that specifies the horizontal indent for child rows. -1 if the indent is automatically calculated.</value>
  82. </member>
  83. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.MaxRowAutoHeight">
  84. <summary>
  85. <para>Gets or sets the maximum height for rows, when the row auto-height feature is enabled.</para>
  86. </summary>
  87. <value>The maximum row height, in pixels.</value>
  88. </member>
  89. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.MinRowAutoHeight">
  90. <summary>
  91. <para>Gets or sets the minimum height for rows, when the row auto-height feature is enabled.</para>
  92. </summary>
  93. <value>The minimum row height, in pixels.</value>
  94. </member>
  95. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowButtons">
  96. <summary>
  97. <para>Gets or sets whether expand buttons are displayed within parent rows.</para>
  98. </summary>
  99. <value>true, if expand buttons are displayed within parent rows; otherwise, false.</value>
  100. </member>
  101. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowEmptyRowImage">
  102. <summary>
  103. <para>Gets or sets whether the captions of row headers are shifted right regardless of whether an image is shown within the row header.</para>
  104. </summary>
  105. <value>true, if the captions of row headers are shifted right regardless of whether an image is shown within the row header; otherwise, false.</value>
  106. </member>
  107. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowFocusedFrame">
  108. <summary>
  109. <para>Gets or sets whether a focus frame is displayed around the focused cell.</para>
  110. </summary>
  111. <value>true, to display a focus frame around the focused cell; otherwise, false.</value>
  112. </member>
  113. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowHorzLines">
  114. <summary>
  115. <para>Gets or sets whether horizontal lines are displayed.</para>
  116. </summary>
  117. <value>true, to display horizontal lines; otherwise, false.</value>
  118. </member>
  119. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowRootCategories">
  120. <summary>
  121. <para>Gets or sets whether top-level category rows are visible.</para>
  122. </summary>
  123. <value>true, if root category rows are visible; otherwise, false.</value>
  124. </member>
  125. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowRootLevelIndent">
  126. <summary>
  127. <para>Gets or sets whether root-level rows are indented.</para>
  128. </summary>
  129. <value>true, if rows at the root level are indented; otherwise, false.</value>
  130. </member>
  131. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowRows">
  132. <summary>
  133. <para>Gets or sets whether row headers are displayed.</para>
  134. </summary>
  135. <value>true, to display row headers; otherwise, false.</value>
  136. </member>
  137. <member name="P:DevExpress.XtraVerticalGrid.BaseOptionsView.ShowVertLines">
  138. <summary>
  139. <para>Gets or sets whether vertical lines are visible.</para>
  140. </summary>
  141. <value>true, to display vertical lines; otherwise, false.</value>
  142. </member>
  143. <member name="T:DevExpress.XtraVerticalGrid.EditorAlignment">
  144. <summary>
  145. <para>Enumerates values that specify how an editor is aligned in a grid row.</para>
  146. </summary>
  147. </member>
  148. <member name="F:DevExpress.XtraVerticalGrid.EditorAlignment.Center">
  149. <summary>
  150. <para>Aligns the editor at the row&#39;s center.</para>
  151. </summary>
  152. </member>
  153. <member name="F:DevExpress.XtraVerticalGrid.EditorAlignment.Default">
  154. <summary>
  155. <para>The alignment is not specified explicitly. Uses the <see cref="F:DevExpress.XtraVerticalGrid.EditorAlignment.Center"/> value.</para>
  156. </summary>
  157. </member>
  158. <member name="F:DevExpress.XtraVerticalGrid.EditorAlignment.Far">
  159. <summary>
  160. <para>Aligns the editor at the row&#39;s far edge.</para>
  161. </summary>
  162. </member>
  163. <member name="F:DevExpress.XtraVerticalGrid.EditorAlignment.Near">
  164. <summary>
  165. <para>Aligns the editor at the row&#39;s near edge.</para>
  166. </summary>
  167. </member>
  168. <member name="T:DevExpress.XtraVerticalGrid.EditorPosition">
  169. <summary>
  170. <para>Enumerates values that specify the editor position relative to the property caption.</para>
  171. </summary>
  172. </member>
  173. <member name="F:DevExpress.XtraVerticalGrid.EditorPosition.AfterCaption">
  174. <summary>
  175. <para>Displays the editor after the property caption.</para>
  176. </summary>
  177. </member>
  178. <member name="F:DevExpress.XtraVerticalGrid.EditorPosition.BeforeCaption">
  179. <summary>
  180. <para>Displays the editor before the property caption.</para>
  181. </summary>
  182. </member>
  183. <member name="F:DevExpress.XtraVerticalGrid.EditorPosition.Default">
  184. <summary>
  185. <para>The position is not specified explicitly. Uses the <see cref="F:DevExpress.XtraVerticalGrid.EditorPosition.AfterCaption"/> value.</para>
  186. </summary>
  187. </member>
  188. <member name="N:DevExpress.XtraVerticalGrid.Events">
  189. <summary>
  190. <para>Contains classes providing data for events raised by the vertical grid controls included in the XtraVerticalGrid Suite.</para>
  191. </summary>
  192. </member>
  193. <member name="T:DevExpress.XtraVerticalGrid.Events.CategoryEventArgs">
  194. <summary>
  195. <para>Serves as the base for classes providing data for all category row handling events.</para>
  196. </summary>
  197. </member>
  198. <member name="M:DevExpress.XtraVerticalGrid.Events.CategoryEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.CategoryRow)">
  199. <summary>
  200. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.CategoryEventArgs"/> object.</para>
  201. </summary>
  202. <param name="category">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> object representing the processed category row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CategoryEventArgs.Category"/> property.</param>
  203. </member>
  204. <member name="P:DevExpress.XtraVerticalGrid.Events.CategoryEventArgs.Category">
  205. <summary>
  206. <para>Gets the processed category row.</para>
  207. </summary>
  208. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> object representing the processed category row.</value>
  209. </member>
  210. <member name="T:DevExpress.XtraVerticalGrid.Events.CellValueChangedEventArgs">
  211. <summary>
  212. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CellValueChanging"/> and <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CellValueChanged"/> events.</para>
  213. </summary>
  214. </member>
  215. <member name="M:DevExpress.XtraVerticalGrid.Events.CellValueChangedEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32,System.Int32,System.Object)">
  216. <summary>
  217. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.CellValueChangedEventArgs"/> object.</para>
  218. </summary>
  219. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the row where a cell resides. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  220. <param name="recordIndex">An integer value representing the index for the record where the cell resides. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.RecordIndex"/> property.</param>
  221. <param name="cellIndex">An integer value representing the cell&#39;s index. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.CellIndex"/> property.</param>
  222. <param name="val">An object representing the new cell value. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CellValueChangedEventArgs.Value"/> property.</param>
  223. </member>
  224. <member name="P:DevExpress.XtraVerticalGrid.Events.CellValueChangedEventArgs.Value">
  225. <summary>
  226. <para>Gets the current cell&#39;s value.</para>
  227. </summary>
  228. <value>An object representing the current cell&#39;s value.</value>
  229. </member>
  230. <member name="T:DevExpress.XtraVerticalGrid.Events.CellValueChangedEventHandler">
  231. <summary>
  232. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CellValueChanged"/> and <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CellValueChanging"/> events.</para>
  233. </summary>
  234. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  235. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CellValueChangedEventArgs"/> object that contains event data.</param>
  236. </member>
  237. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs">
  238. <summary>
  239. <para>Serves as a base for classes providing data for all events used to custom paint the elements of the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> descendants.</para>
  240. </summary>
  241. </member>
  242. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.#ctor">
  243. <summary>
  244. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs"/> class.</para>
  245. </summary>
  246. </member>
  247. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject)">
  248. <summary>
  249. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs"/> class.</para>
  250. </summary>
  251. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  252. <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  253. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  254. </member>
  255. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,DevExpress.Utils.Drawing.ObjectPainter)">
  256. <summary>
  257. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs"/> class with the specified settings.</para>
  258. </summary>
  259. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  260. <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure which represents the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  261. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which specifies the painted element&#39;s appearance settings. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  262. <param name="painter">An DevExpress.Utils.Drawing.ObjectPainter object that provides facilities for painting an element using the default mechanism. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Painter"/> property.</param>
  263. </member>
  264. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,DevExpress.Utils.Drawing.ObjectPainter,System.Boolean)">
  265. <summary>
  266. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs"/> class with the specified settings.</para>
  267. </summary>
  268. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  269. <param name="bounds">A <see cref="T:System.Drawing.Rectangle"/> structure which represents the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  270. <param name="appearance">An <see cref="T:DevExpress.Utils.AppearanceObject"/> object which specifies the painted element&#39;s appearance settings. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  271. <param name="painter">A DevExpress.Utils.Drawing.ObjectPainter object that provides facilities for painting an element using the default mechanism. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Painter"/> property.</param>
  272. <param name="isRightToLeft">A Boolean value that specifies whether the control&#39;s elements are aligned to support locales using right-to-left fonts. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.IsRightToLeft"/> property.</param>
  273. </member>
  274. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance">
  275. <summary>
  276. <para>Gets the painted element&#39;s appearance settings.</para>
  277. </summary>
  278. <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element.</value>
  279. </member>
  280. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds">
  281. <summary>
  282. <para>Gets a value specifying limits for the drawing area.</para>
  283. </summary>
  284. <value>A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle.</value>
  285. </member>
  286. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache">
  287. <summary>
  288. <para>Gets an object which specifies the storage for the most used pens, fonts and brushes.</para>
  289. </summary>
  290. <value>A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object.</value>
  291. </member>
  292. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.DefaultDraw">
  293. <summary>
  294. <para>Performs default painting of an element.</para>
  295. </summary>
  296. </member>
  297. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Graphics">
  298. <summary>
  299. <para>Gets an object used to paint.</para>
  300. </summary>
  301. <value>A <see cref="T:System.Drawing.Graphics"/> object providing painting facilities.</value>
  302. </member>
  303. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Handled">
  304. <summary>
  305. <para>Gets or sets a value specifying whether an event was handled, if handled, default actions are not required.</para>
  306. </summary>
  307. <value>true if default actions are not required; otherwise, false.</value>
  308. </member>
  309. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.IsRightToLeft">
  310. <summary>
  311. <para>Gets a value indicating whether the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>&#39;s elements are aligned to support locales using right-to-left fonts.</para>
  312. </summary>
  313. <value>true, if the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>&#39;s elements are aligned to support locales using right-to-left fonts; otherwise, false.</value>
  314. </member>
  315. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.ObjectArgs">
  316. <summary>
  317. <para>Gets an object containing information about the painted element.</para>
  318. </summary>
  319. <value>An ObjectInfoArgs object providing information about the painted element.</value>
  320. </member>
  321. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Painter">
  322. <summary>
  323. <para>Gets the painter object that provides the default element&#39;s painting mechanism.</para>
  324. </summary>
  325. <value>An ObjectPainter descendant providing the default painting mechanism for the painted element.</value>
  326. </member>
  327. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs">
  328. <summary>
  329. <para>Serves as a base for classes providing data for all events used to custom paint row elements.</para>
  330. </summary>
  331. </member>
  332. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  333. <summary>
  334. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs"/> class.</para>
  335. </summary>
  336. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  337. <param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  338. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  339. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the row whose element is to be painted. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.Row"/> property.</param>
  340. </member>
  341. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  342. <summary>
  343. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs"/> class with the specified settings.</para>
  344. </summary>
  345. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most frequently used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  346. <param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  347. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  348. <param name="properties">Properties specific to the row being custom painted. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.Properties"/> property.</param>
  349. </member>
  350. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.Properties">
  351. <summary>
  352. <para>Provides properties specific to the row being custom painted.</para>
  353. </summary>
  354. <value>Properties specific to the row being custom painted.</value>
  355. </member>
  356. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.Row">
  357. <summary>
  358. <para>Gets the row whose element is to be drawn.</para>
  359. </summary>
  360. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the row whose element is to be drawn.</value>
  361. </member>
  362. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs">
  363. <summary>
  364. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowHeaderCell"/> event.</para>
  365. </summary>
  366. </member>
  367. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject)">
  368. <summary>
  369. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs"/> class.</para>
  370. </summary>
  371. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  372. <param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  373. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  374. </member>
  375. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.AllowGlyphSkinning">
  376. <summary>
  377. <para>Gets or sets whether this row header cell&#39;s icon can be painted with a foreground color.</para>
  378. </summary>
  379. <value>true if this row header cell&#39;s icon can be painted with a foreground color; otherwise, false.</value>
  380. </member>
  381. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.AllowHtmlText">
  382. <summary>
  383. <para>Gets or sets whether the row caption is formatted using HTML tags.</para>
  384. </summary>
  385. <value>true, if the row caption is formatted using HTML tags; otherwise, false.</value>
  386. </member>
  387. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.Caption">
  388. <summary>
  389. <para>Gets or sets the text displayed within the painted row header cell.</para>
  390. </summary>
  391. <value>A <see cref="T:System.String"/> value representing the painted row header cell&#39;s text.</value>
  392. </member>
  393. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.CaptionRect">
  394. <summary>
  395. <para>Gets the bounding rectangle of the row header cell&#39;s caption.</para>
  396. </summary>
  397. <value>A <see cref="T:System.Drawing.Rectangle"/> structure representing the caption&#39;s bounding rectangle.</value>
  398. </member>
  399. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.CellIndex">
  400. <summary>
  401. <para>Gets the index of the painted row header cell.</para>
  402. </summary>
  403. <value>An integer value representing the painted row header cell&#39;s index.</value>
  404. </member>
  405. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.Focused">
  406. <summary>
  407. <para>Gets a value indicating whether the painted row header cell has focus.</para>
  408. </summary>
  409. <value>true if the painted row header cell has focus; otherwise false.</value>
  410. </member>
  411. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.FocusRect">
  412. <summary>
  413. <para>Gets the bounds of the focus rectangle around the row header cell.</para>
  414. </summary>
  415. <value>A <see cref="T:System.Drawing.Rectangle"/> structure which specifies the boundaries of the focus rectangle around the row header cell.</value>
  416. </member>
  417. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.HotTrack">
  418. <summary>
  419. <para>Gets a value indicating whether the mouse pointer passes over the painted row header cell.</para>
  420. </summary>
  421. <value>true if the mouse pointer passes over the painted row header cell; otherwise, false.</value>
  422. </member>
  423. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.ImageIndex">
  424. <summary>
  425. <para>Gets or sets the image displayed within the painted row header cell.</para>
  426. </summary>
  427. <value>A zero-based integer specifying the image displayed within the painted row header cell, -1 if no image is displayed.</value>
  428. </member>
  429. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.ImageRect">
  430. <summary>
  431. <para>Gets the bounding rectangle within the painted row header cell where the image is to be drawn.</para>
  432. </summary>
  433. <value>A <see cref="T:System.Drawing.Rectangle"/> structure specifying the image&#39;s bounding rectangle.</value>
  434. </member>
  435. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.Pressed">
  436. <summary>
  437. <para>Gets a value indicating whether the painted row header cell is pressed.</para>
  438. </summary>
  439. <value>true if the painted row header cell is pressed; otherwise, false.</value>
  440. </member>
  441. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs.Selected">
  442. <summary>
  443. <para>Gets whether or not the current row is selected.</para>
  444. </summary>
  445. <value>true, if the current row is selected; otherwise, false.</value>
  446. </member>
  447. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventHandler">
  448. <summary>
  449. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowHeaderCell"/> event.</para>
  450. </summary>
  451. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  452. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderCellEventArgs"/> object that contains event data.</param>
  453. </member>
  454. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderIndentEventArgs">
  455. <summary>
  456. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowHeaderIndent"/> event.</para>
  457. </summary>
  458. </member>
  459. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderIndentEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject)">
  460. <summary>
  461. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderIndentEventArgs"/> class.</para>
  462. </summary>
  463. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  464. <param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  465. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  466. </member>
  467. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderIndentEventArgs.CategoryIndents">
  468. <summary>
  469. <para>Gets a collection of category indents to be painted.</para>
  470. </summary>
  471. <value>An Indents object representing the collection of painted category indents.</value>
  472. </member>
  473. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderIndentEventArgs.RowIndents">
  474. <summary>
  475. <para>Gets a collection of row indents that are going to be painted.</para>
  476. </summary>
  477. <value>An Indents object representing the collection of painted row indents.</value>
  478. </member>
  479. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderIndentEventHandler">
  480. <summary>
  481. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowHeaderIndent"/> event.</para>
  482. </summary>
  483. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  484. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowHeaderIndentEventArgs"/> object that contains event data.</param>
  485. </member>
  486. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs">
  487. <summary>
  488. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowValueCell"/> event.</para>
  489. </summary>
  490. </member>
  491. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,DevExpress.XtraVerticalGrid.ViewInfo.RowValueInfo)">
  492. <summary>
  493. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs"/> class with the specified settings.</para>
  494. </summary>
  495. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which stores pens, fonts and brushes. This object is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  496. <param name="rowValueInfo"></param>
  497. </member>
  498. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,DevExpress.XtraVerticalGrid.Rows.RowProperties,System.Int32,System.Int32,System.Object,System.String)">
  499. <summary>
  500. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs"/> class with the specified settings.</para>
  501. </summary>
  502. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most frequently used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  503. <param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  504. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  505. <param name="properties">Properties specific to the row being custom painted. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.Properties"/> property.</param>
  506. <param name="recordIndex">An integer value identifying the record that corresponds to the painted cell. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.RecordIndex"/> property.</param>
  507. <param name="cellIndex">A zero-based integer representing the painted cell&#39;s index. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.CellIndex"/> property.</param>
  508. <param name="cellValue">An object representing the painted cell&#39;s value. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.CellValue"/> property.</param>
  509. <param name="cellText">A System.String value representing the painted cell&#39;s displayed text. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.CellText"/> property.</param>
  510. </member>
  511. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.CellIndex">
  512. <summary>
  513. <para>Gets the index of the painted row data cell.</para>
  514. </summary>
  515. <value>A zero-based integer representing the painted cell&#39;s index.</value>
  516. </member>
  517. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.CellText">
  518. <summary>
  519. <para>Gets or sets the text displayed in the painted cell.</para>
  520. </summary>
  521. <value>A <see cref="T:System.String"/> value representing the painted cell&#39;s displayed text.</value>
  522. </member>
  523. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.CellValue">
  524. <summary>
  525. <para>Gets the painted cell&#39;s value.</para>
  526. </summary>
  527. <value>An object representing the painted cell&#39;s value.</value>
  528. </member>
  529. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.Enabled">
  530. <summary>
  531. <para>Gets a value indicating whether end-users can modify cell values within the painted row.</para>
  532. </summary>
  533. <value>true if the processed row is enabled; otherwise, false.</value>
  534. </member>
  535. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.Item">
  536. <summary>
  537. <para>Returns the <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> for which the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowValueCell"/> event was raised.</para>
  538. </summary>
  539. <value>The <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> for which the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowValueCell"/> event was raised.</value>
  540. </member>
  541. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.RecordIndex">
  542. <summary>
  543. <para>Gets the index of the painted cell&#39;s record.</para>
  544. </summary>
  545. <value>An integer value identifying the record that corresponds to the painted cell.</value>
  546. </member>
  547. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs.RowValueInfo">
  548. <summary>
  549. <para>Gets information on the row value view.</para>
  550. </summary>
  551. <value>A RowValueInfo object that specifies information on the row value view.</value>
  552. </member>
  553. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventHandler">
  554. <summary>
  555. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowValueCell"/> event.</para>
  556. </summary>
  557. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  558. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawRowValueCellEventArgs"/> object that contains event data.</param>
  559. </member>
  560. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs">
  561. <summary>
  562. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawSeparator"/> event.</para>
  563. </summary>
  564. </member>
  565. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,DevExpress.XtraVerticalGrid.Rows.MultiEditorRow)">
  566. <summary>
  567. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs"/> class.</para>
  568. </summary>
  569. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  570. <param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  571. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  572. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> object which represents the multi-editor row whose separator is to be painted. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs.Row"/> property.</param>
  573. </member>
  574. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs.IsHeaderSeparator">
  575. <summary>
  576. <para>Gets a value indicating whether the painted cell separator is contained within the row header.</para>
  577. </summary>
  578. <value>true if the painted cell separator is contained within the row header; otherwise false.</value>
  579. </member>
  580. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs.Row">
  581. <summary>
  582. <para>Gets the painted cell separator&#39;s owning row.</para>
  583. </summary>
  584. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> object representing the row containing the painted cell separator.</value>
  585. </member>
  586. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs.SeparatorIndex">
  587. <summary>
  588. <para>Gets the painted cell separator&#39;s index.</para>
  589. </summary>
  590. <value>A zero-based integer representing the painted cell separator&#39;s index.</value>
  591. </member>
  592. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs.SeparatorKind">
  593. <summary>
  594. <para>Gets the painted cell separator&#39;s type.</para>
  595. </summary>
  596. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.SeparatorKind"/> enumerator value specifying the painted cell separator&#39;s type.</value>
  597. </member>
  598. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs.SeparatorString">
  599. <summary>
  600. <para>Gets or sets the painted cell separator&#39;s text.</para>
  601. </summary>
  602. <value>A <see cref="T:System.String"/> value representing the painted cell separator&#39;s text.</value>
  603. </member>
  604. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventHandler">
  605. <summary>
  606. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawSeparator"/> event.</para>
  607. </summary>
  608. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  609. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawSeparatorEventArgs"/> object that contains event data.</param>
  610. </member>
  611. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventArgs">
  612. <summary>
  613. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawTreeButton"/> event.</para>
  614. </summary>
  615. </member>
  616. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventArgs.#ctor(DevExpress.Utils.Drawing.GraphicsCache,System.Drawing.Rectangle,DevExpress.Utils.AppearanceObject,DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.TreeButtonType)">
  617. <summary>
  618. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventArgs"/> class.</para>
  619. </summary>
  620. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object which specifies the storage for the most used pens, fonts and brushes. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Cache"/> property.</param>
  621. <param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure representing the painted element&#39;s bounding rectangle. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Bounds"/> property.</param>
  622. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint an element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawEventArgs.Appearance"/> property.</param>
  623. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the row whose element is to be painted. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawRowEventArgs.Row"/> property.</param>
  624. <param name="treeButtonType">A <see cref="T:DevExpress.XtraVerticalGrid.TreeButtonType"/> enumeration member which specifies the painted button&#39;s type. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventArgs.TreeButtonType"/> property.</param>
  625. </member>
  626. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventArgs.Expanded">
  627. <summary>
  628. <para>Gets a value indicating whether the painted button&#39;s corresponding row is expanded.</para>
  629. </summary>
  630. <value>true if the painted button&#39;s corresponding row is expanded; otherwise, false.</value>
  631. </member>
  632. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventArgs.TreeButtonType">
  633. <summary>
  634. <para>Gets the painted button&#39;s type.</para>
  635. </summary>
  636. <value>A <see cref="T:DevExpress.XtraVerticalGrid.TreeButtonType"/> member specifying the painted button&#39;s type.</value>
  637. </member>
  638. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventHandler">
  639. <summary>
  640. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawTreeButton"/> event.</para>
  641. </summary>
  642. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  643. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomDrawTreeButtonEventArgs"/> object that contains event data.</param>
  644. </member>
  645. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormCreatingCategoryEventArgs">
  646. <summary>
  647. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationFormCreatingCategory"/> event.</para>
  648. </summary>
  649. </member>
  650. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomizationFormCreatingCategoryEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.CategoryRow)">
  651. <summary>
  652. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormCreatingCategoryEventArgs"/> object.</para>
  653. </summary>
  654. <param name="category">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> object that represents the created category row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CategoryEventArgs.Category"/> property.</param>
  655. </member>
  656. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomizationFormCreatingCategoryEventArgs.CanCreate">
  657. <summary>
  658. <para>Gets or sets a value specifying whether the creation of a new category row with the specified caption is allowed within the Customization Form.</para>
  659. </summary>
  660. <value>true if the category row being created can be added to the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.Rows"/> collection; otherwise false.</value>
  661. </member>
  662. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormCreatingCategoryEventHandler">
  663. <summary>
  664. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationFormCreatingCategory"/> event.</para>
  665. </summary>
  666. <param name="sender">The event source (typically the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> control).</param>
  667. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormCreatingCategoryEventArgs"/> class instance containing event data.</param>
  668. </member>
  669. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormDeletingCategoryEventArgs">
  670. <summary>
  671. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationFormDeletingCategory"/> event.</para>
  672. </summary>
  673. </member>
  674. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomizationFormDeletingCategoryEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.CategoryRow)">
  675. <summary>
  676. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormDeletingCategoryEventArgs"/> object.</para>
  677. </summary>
  678. <param name="category">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> object representing the deleted category row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.CategoryEventArgs.Category"/> property.</param>
  679. </member>
  680. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomizationFormDeletingCategoryEventArgs.CanDelete">
  681. <summary>
  682. <para>Gets or sets a value specifying whether a row is allowed to be deleted.</para>
  683. </summary>
  684. <value>true if the specified category row can be deleted from the <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridRows"/> collection; otherwise, false.</value>
  685. </member>
  686. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormDeletingCategoryEventHandler">
  687. <summary>
  688. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationFormDeletingCategory"/> event.</para>
  689. </summary>
  690. <param name="sender">The event source (typically the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> control).</param>
  691. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomizationFormDeletingCategoryEventArgs"/> class instance containing event data.</param>
  692. </member>
  693. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs">
  694. <summary>
  695. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.PropertyGridControl.CustomPropertyDescriptors"/> event.</para>
  696. </summary>
  697. </member>
  698. <member name="M:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs.#ctor(System.Object,System.ComponentModel.ITypeDescriptorContext,System.Attribute[])">
  699. <summary>
  700. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs"/> class with the specified settings.</para>
  701. </summary>
  702. <param name="source">A source object.</param>
  703. <param name="context">An ITypeDescriptorContext object.</param>
  704. <param name="attributes">An array of Attribute objects.</param>
  705. </member>
  706. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs.Attributes">
  707. <summary>
  708. <para>Gets an array of the default browsable attributes used by the Property Grid Control to retrieve properties from the selected object(s).</para>
  709. </summary>
  710. <value>An array of Attribute objects.</value>
  711. </member>
  712. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs.Context">
  713. <summary>
  714. <para>Gets contextual information on a property.</para>
  715. </summary>
  716. <value>An ITypeDescriptorContext object that provides contextual information on a property.</value>
  717. </member>
  718. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs.Properties">
  719. <summary>
  720. <para>Gets or sets the collection of PropertyDescriptor objects that identify properties to be displayed in the control.</para>
  721. </summary>
  722. <value>A PropertyDescriptorCollection object that specifies the collection of PropertyDescriptor objects.</value>
  723. </member>
  724. <member name="P:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs.Source">
  725. <summary>
  726. <para>Gets the object whose properties must be retrieved via the event.</para>
  727. </summary>
  728. <value>An object whose properties must be retrieved via the event.</value>
  729. </member>
  730. <member name="T:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventHandler">
  731. <summary>
  732. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.PropertyGridControl.CustomPropertyDescriptors"/> event.</para>
  733. </summary>
  734. <param name="sender">The <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> control that fires the event.</param>
  735. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.CustomPropertyDescriptorsEventArgs"/> object that provides data for the event.</param>
  736. </member>
  737. <member name="T:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs">
  738. <summary>
  739. <para>Provides common data for native drag-specific events in the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> descendants.</para>
  740. </summary>
  741. </member>
  742. <member name="M:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Drawing.Point,DevExpress.XtraVerticalGrid.RowDragEffect)">
  743. <summary>
  744. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs"/> object.</para>
  745. </summary>
  746. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the row being dragged. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  747. <param name="pt">A <see cref="T:System.Drawing.Point"/> structure defining the screen coordinates of a point under the mouse cursor. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.ScreenLocation"/> property.</param>
  748. <param name="effect">A <see cref="T:DevExpress.XtraVerticalGrid.RowDragEffect"/> enumeration value specifying available dragging effects. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.Effect"/> property.</param>
  749. </member>
  750. <member name="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.Effect">
  751. <summary>
  752. <para>Gets or sets an effect available for the processed drag and drop operation.</para>
  753. </summary>
  754. <value>A <see cref="T:DevExpress.XtraVerticalGrid.RowDragEffect"/> enumeration value representing the pointer feedback indicating what happens if the mouse is released at any given moment.</value>
  755. </member>
  756. <member name="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.ScreenLocation">
  757. <summary>
  758. <para>Gets a point representing the current mouse cursor position.</para>
  759. </summary>
  760. <value>A <see cref="T:System.Drawing.Point"/> structure representing the screen coordinates of the current mouse cursor position.</value>
  761. </member>
  762. <member name="T:DevExpress.XtraVerticalGrid.Events.EndDragRowEventArgs">
  763. <summary>
  764. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.EndDragRow"/> event.</para>
  765. </summary>
  766. </member>
  767. <member name="M:DevExpress.XtraVerticalGrid.Events.EndDragRowEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Drawing.Point,DevExpress.XtraVerticalGrid.RowDragEffect,System.Boolean)">
  768. <summary>
  769. <para>Creates an new <see cref="T:DevExpress.XtraVerticalGrid.Events.EndDragRowEventArgs"/> object.</para>
  770. </summary>
  771. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the row being dropped. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  772. <param name="pt">A <see cref="T:System.Drawing.Point"/> structure defining the screen coordinates for a point under the mouse cursor. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.ScreenLocation"/> property.</param>
  773. <param name="effect">A <see cref="T:DevExpress.XtraVerticalGrid.RowDragEffect"/> enumeration value specifying the effects available for the processed drag and drop operation. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.Effect"/> property.</param>
  774. <param name="canceled">true if the processed drag and drop operation was canceled by the end-user; otherwise false. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.EndDragRowEventArgs.Canceled"/> property.</param>
  775. </member>
  776. <member name="P:DevExpress.XtraVerticalGrid.Events.EndDragRowEventArgs.Canceled">
  777. <summary>
  778. <para>Gets a value indicating whether the processed drag operation is canceled.</para>
  779. </summary>
  780. <value>true if the drag operation was canceled by the end-user; otherwise false.</value>
  781. </member>
  782. <member name="T:DevExpress.XtraVerticalGrid.Events.EndDragRowEventHandler">
  783. <summary>
  784. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.EndDragRow"/> event.</para>
  785. </summary>
  786. <param name="sender">The event source (typically the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> control).</param>
  787. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.EndDragRowEventArgs"/> class instance containing event data.</param>
  788. </member>
  789. <member name="T:DevExpress.XtraVerticalGrid.Events.FocusedRowChangedEventArgs">
  790. <summary>
  791. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRowChanged"/> event.</para>
  792. </summary>
  793. </member>
  794. <member name="M:DevExpress.XtraVerticalGrid.Events.FocusedRowChangedEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  795. <summary>
  796. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.FocusedRowChangedEventArgs"/> object.</para>
  797. </summary>
  798. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the currently focused row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  799. <param name="oldRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the previously focused row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.FocusedRowChangedEventArgs.OldRow"/> property.</param>
  800. </member>
  801. <member name="P:DevExpress.XtraVerticalGrid.Events.FocusedRowChangedEventArgs.OldRow">
  802. <summary>
  803. <para>Gets the previously focused row.</para>
  804. </summary>
  805. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the previously focused row. null (Nothing in Visual Basic) if no row previously had focus.</value>
  806. </member>
  807. <member name="T:DevExpress.XtraVerticalGrid.Events.FocusedRowChangedEventHandler">
  808. <summary>
  809. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRowChanged"/> event.</para>
  810. </summary>
  811. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  812. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.FocusedRowChangedEventArgs"/> object that contains event data.</param>
  813. </member>
  814. <member name="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventArgs">
  815. <summary>
  816. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RecordCellStyle"/> event.</para>
  817. </summary>
  818. </member>
  819. <member name="M:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32,System.Int32,DevExpress.XtraEditors.Repository.RepositoryItem)">
  820. <summary>
  821. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventArgs"/> class.</para>
  822. </summary>
  823. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the row that contains the cell. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> value.</param>
  824. <param name="recordIndex">A zero-based integer specifying the index of the record containing the processed cell. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.RecordIndex"/> property.</param>
  825. <param name="cellIndex">A zero-based integer specifying the processed cell&#39;s index. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.CellIndex"/> property.</param>
  826. <param name="repositoryItem">A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the currently assigned editor. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventArgs.RepositoryItem"/> property.</param>
  827. </member>
  828. <member name="P:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventArgs.RepositoryItem">
  829. <summary>
  830. <para>Gets or sets the editor assigned to the processed cell.</para>
  831. </summary>
  832. <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant representing the currently assigned editor.</value>
  833. </member>
  834. <member name="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventHandler">
  835. <summary>
  836. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RecordCellStyle"/> event.</para>
  837. </summary>
  838. <param name="sender">The event&#39;s source. Identifies the vertical grid that raised the event.</param>
  839. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellEditEventArgs"/> object that contains event data.</param>
  840. </member>
  841. <member name="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellStyleEventArgs">
  842. <summary>
  843. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RecordCellStyle"/> event.</para>
  844. </summary>
  845. </member>
  846. <member name="M:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellStyleEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32,System.Int32,DevExpress.Utils.AppearanceObject)">
  847. <summary>
  848. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellStyleEventArgs"/> class.</para>
  849. </summary>
  850. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the processed row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  851. <param name="recordIndex">An integer value specifying the index of the record which contains the processed cell. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.RecordIndex"/> property.</param>
  852. <param name="cellIndex">An integer value specifying the cell&#39;s index. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.CellIndex"/> property.</param>
  853. <param name="appearance">A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the cell. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellStyleEventArgs.Appearance"/> property.</param>
  854. </member>
  855. <member name="P:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellStyleEventArgs.Appearance">
  856. <summary>
  857. <para>Gets the appearance settings used to paint the cell currently being processed.</para>
  858. </summary>
  859. <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> object which provides the appearance settings used to paint the cell.</value>
  860. </member>
  861. <member name="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellStyleEventHandler">
  862. <summary>
  863. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RecordCellStyle"/> event.</para>
  864. </summary>
  865. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  866. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.GetCustomRowCellStyleEventArgs"/> object that contains event data.</param>
  867. </member>
  868. <member name="T:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs">
  869. <summary>
  870. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordChanged"/> and <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordCellChanged"/> events.</para>
  871. </summary>
  872. </member>
  873. <member name="M:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs.#ctor(System.Int32,System.Int32)">
  874. <summary>
  875. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs"/> object.</para>
  876. </summary>
  877. <param name="newIndex">A zero-based integer representing the index of the currently focused element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs.NewIndex"/> property.</param>
  878. <param name="oldIndex">A zero-based integer representing the index of the previously focused element. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs.OldIndex"/> property.</param>
  879. </member>
  880. <member name="P:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs.NewIndex">
  881. <summary>
  882. <para>Gets the index of the currently focused element.</para>
  883. </summary>
  884. <value>A zero-based integer representing the currently focused element&#39;s index.</value>
  885. </member>
  886. <member name="P:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs.OldIndex">
  887. <summary>
  888. <para>Gets the index of the previously focused element.</para>
  889. </summary>
  890. <value>A zero-based integer representing the previously focused element&#39;s index.</value>
  891. </member>
  892. <member name="T:DevExpress.XtraVerticalGrid.Events.IndexChangedEventHandler">
  893. <summary>
  894. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordChanged"/> and <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordCellChanged"/> events.</para>
  895. </summary>
  896. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  897. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.IndexChangedEventArgs"/> object that contains event data.</param>
  898. </member>
  899. <member name="T:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs">
  900. <summary>
  901. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.PopupMenuShowing"/> event.</para>
  902. </summary>
  903. </member>
  904. <member name="M:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs.#ctor(DevExpress.XtraVerticalGrid.VGridPopupMenu,DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  905. <summary>
  906. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs"/> class.</para>
  907. </summary>
  908. <param name="menu">A VGridPopupMenu object that represents the menu to be displayed. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs.Menu"/> property.</param>
  909. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object that represents the row where the menu should to be displayed. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs.Row"/> property.</param>
  910. </member>
  911. <member name="P:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs.Menu">
  912. <summary>
  913. <para>Gets or sets the control&#39;s popup menu that will be shown.</para>
  914. </summary>
  915. <value>A DevExpress.XtraVerticalGrid.VGridPopupMenu object that represents the menu to be displayed.</value>
  916. </member>
  917. <member name="P:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs.Row">
  918. <summary>
  919. <para>Gets the row where the popup menu will be displayed.</para>
  920. </summary>
  921. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object that specifies the row where the popup menu will be displayed.</value>
  922. </member>
  923. <member name="T:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventHandler">
  924. <summary>
  925. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.PopupMenuShowing"/> event.</para>
  926. </summary>
  927. <param name="sender">The event source. This parameter identifies the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> which raised the event.</param>
  928. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.PopupMenuShowingEventArgs"/> object which contains event data.</param>
  929. </member>
  930. <member name="T:DevExpress.XtraVerticalGrid.Events.ProcessDragRowEventHandler">
  931. <summary>
  932. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.ProcessDragRow"/> event.</para>
  933. </summary>
  934. <param name="sender">The event source (typically the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> control).</param>
  935. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.ProcessDragRowEventHandler"/> class instance containing event data.</param>
  936. </member>
  937. <member name="T:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs">
  938. <summary>
  939. <para>Serves as the base for classes providing data for cell handling events.</para>
  940. </summary>
  941. </member>
  942. <member name="M:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32,System.Int32)">
  943. <summary>
  944. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs"/> object.</para>
  945. </summary>
  946. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the processed cell&#39;s owning row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  947. <param name="recordIndex">A zero-based integer representing the record containing the processed cell. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.RecordIndex"/> property.</param>
  948. <param name="cellIndex">A zero-based integer representing the processed cell&#39;s index. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.CellIndex"/> property.</param>
  949. </member>
  950. <member name="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.CellIndex">
  951. <summary>
  952. <para>Gets the processed cell&#39;s index.</para>
  953. </summary>
  954. <value>An integer value representing the processed cell&#39;s index.</value>
  955. </member>
  956. <member name="P:DevExpress.XtraVerticalGrid.Events.RowCellEventArgs.RecordIndex">
  957. <summary>
  958. <para>Gets the index of the record containing the processed cell.</para>
  959. </summary>
  960. <value>An integer value representing the index of the record containing the processed cell.</value>
  961. </member>
  962. <member name="T:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs">
  963. <summary>
  964. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowChanged"/> event.</para>
  965. </summary>
  966. </member>
  967. <member name="M:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.Rows.RowProperties,DevExpress.XtraVerticalGrid.RowChangeTypeEnum)">
  968. <summary>
  969. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs"/> object.</para>
  970. </summary>
  971. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the processed row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  972. <param name="prop">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object containing the processed row&#39;s properties settings. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs.Properties"/> property.</param>
  973. <param name="changeType">A <see cref="T:DevExpress.XtraVerticalGrid.RowChangeTypeEnum"/> enumeration member specifying the way the row has been changed. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs.ChangeType"/> property.</param>
  974. </member>
  975. <member name="P:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs.ChangeType">
  976. <summary>
  977. <para>Gets the way in which the row has changed.</para>
  978. </summary>
  979. <value>A <see cref="T:DevExpress.XtraVerticalGrid.RowChangeTypeEnum"/> enumeration member specifying the way the row has changed.</value>
  980. </member>
  981. <member name="P:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs.Properties">
  982. <summary>
  983. <para>Gets the processed row&#39;s properties.</para>
  984. </summary>
  985. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object containing property settings for the processed row.</value>
  986. </member>
  987. <member name="T:DevExpress.XtraVerticalGrid.Events.RowChangedEventHandler">
  988. <summary>
  989. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowChanged"/> event.</para>
  990. </summary>
  991. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  992. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs"/> object that contains event data.</param>
  993. </member>
  994. <member name="T:DevExpress.XtraVerticalGrid.Events.RowChangingEventArgs">
  995. <summary>
  996. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowChanging"/> event.</para>
  997. </summary>
  998. </member>
  999. <member name="M:DevExpress.XtraVerticalGrid.Events.RowChangingEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.Rows.RowProperties,DevExpress.XtraVerticalGrid.RowChangeTypeEnum,System.Object)">
  1000. <summary>
  1001. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.RowChangingEventArgs"/> object.</para>
  1002. </summary>
  1003. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the processed row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  1004. <param name="prop">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object containing the processed row&#39;s properties settings. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs.Properties"/> property.</param>
  1005. <param name="changeType">A <see cref="T:DevExpress.XtraVerticalGrid.RowChangeTypeEnum"/> enumeration member specifying the way the row is being changed. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowChangedEventArgs.ChangeType"/> property.</param>
  1006. <param name="propertyValue">An object representing the value of the modified row property. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowChangingEventArgs.PropertyValue"/> property.</param>
  1007. </member>
  1008. <member name="P:DevExpress.XtraVerticalGrid.Events.RowChangingEventArgs.CanChange">
  1009. <summary>
  1010. <para>Gets or sets a value specifying whether the row can be changed.</para>
  1011. </summary>
  1012. <value>true if the row can be changed; otherwise, false.</value>
  1013. </member>
  1014. <member name="P:DevExpress.XtraVerticalGrid.Events.RowChangingEventArgs.PropertyValue">
  1015. <summary>
  1016. <para>Gets or sets the current value of the changed row property.</para>
  1017. </summary>
  1018. <value>An object representing the current value of the changed row property.</value>
  1019. </member>
  1020. <member name="T:DevExpress.XtraVerticalGrid.Events.RowChangingEventHandler">
  1021. <summary>
  1022. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowChanging"/> event.</para>
  1023. </summary>
  1024. <param name="sender">The event sender (the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>).</param>
  1025. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.RowChangingEventArgs"/> object that contains event data.</param>
  1026. </member>
  1027. <member name="T:DevExpress.XtraVerticalGrid.Events.RowEventArgs">
  1028. <summary>
  1029. <para>Serves as the base for classes providing data for all row handling events.</para>
  1030. </summary>
  1031. </member>
  1032. <member name="M:DevExpress.XtraVerticalGrid.Events.RowEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  1033. <summary>
  1034. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.RowEventArgs"/> object.</para>
  1035. </summary>
  1036. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the processed row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  1037. </member>
  1038. <member name="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row">
  1039. <summary>
  1040. <para>Gets the processed row.</para>
  1041. </summary>
  1042. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the processed row.</value>
  1043. </member>
  1044. <member name="T:DevExpress.XtraVerticalGrid.Events.StartDragRowEventArgs">
  1045. <summary>
  1046. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.StartDragRow"/> event.</para>
  1047. </summary>
  1048. </member>
  1049. <member name="M:DevExpress.XtraVerticalGrid.Events.StartDragRowEventArgs.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Drawing.Point,DevExpress.XtraVerticalGrid.RowDragEffect,DevExpress.XtraVerticalGrid.RowDragSource)">
  1050. <summary>
  1051. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Events.StartDragRowEventArgs"/> object.</para>
  1052. </summary>
  1053. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the row being dragged. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.RowEventArgs.Row"/> property.</param>
  1054. <param name="pt">A <see cref="T:System.Drawing.Point"/> structure defining the screen coordinates of the point where dragging was initiated. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.ScreenLocation"/> property.</param>
  1055. <param name="effect">A <see cref="T:DevExpress.XtraVerticalGrid.RowDragEffect"/> enumeration value specifying available effects for the processed drag and drop operation. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.DragRowEventArgs.Effect"/> property.</param>
  1056. <param name="source">A <see cref="T:DevExpress.XtraVerticalGrid.RowDragSource"/> enumeration value representing the source of the started dragging operation. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Events.StartDragRowEventArgs.Source"/> property.</param>
  1057. </member>
  1058. <member name="P:DevExpress.XtraVerticalGrid.Events.StartDragRowEventArgs.Source">
  1059. <summary>
  1060. <para>Gets a value indicating where the processed drag operation starts.</para>
  1061. </summary>
  1062. <value>A <see cref="T:DevExpress.XtraVerticalGrid.RowDragSource"/> enumeration value specifying the source of the started drag operation.</value>
  1063. </member>
  1064. <member name="T:DevExpress.XtraVerticalGrid.Events.StartDragRowEventHandler">
  1065. <summary>
  1066. <para>Represents a method that will handle the <see cref="E:DevExpress.XtraVerticalGrid.VGridControlBase.StartDragRow"/> event.</para>
  1067. </summary>
  1068. <param name="sender">The event source (typically the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> control).</param>
  1069. <param name="e">A <see cref="T:DevExpress.XtraVerticalGrid.Events.StartDragRowEventArgs"/> class instance containing event data.</param>
  1070. </member>
  1071. <member name="T:DevExpress.XtraVerticalGrid.FilterPopupExcelParseFilterCriteriaEventArgs">
  1072. <summary>
  1073. <para>Provides data for the <see cref="E:DevExpress.XtraVerticalGrid.VGridControl.FilterPopupExcelParseFilterCriteria"/> event.</para>
  1074. </summary>
  1075. </member>
  1076. <member name="P:DevExpress.XtraVerticalGrid.FilterPopupExcelParseFilterCriteriaEventArgs.Grid">
  1077. <summary>
  1078. <para>Gets the vertical grid that raised the event.</para>
  1079. </summary>
  1080. <value>An object that specifies the vertical grid that raised the event.</value>
  1081. </member>
  1082. <member name="P:DevExpress.XtraVerticalGrid.FilterPopupExcelParseFilterCriteriaEventArgs.Properties">
  1083. <summary>
  1084. <para>Gets the processed row&#39;s properties.</para>
  1085. </summary>
  1086. <value>An object that specifies the processed row&#39;s properties.</value>
  1087. </member>
  1088. <member name="T:DevExpress.XtraVerticalGrid.FindMode">
  1089. <summary>
  1090. <para>Contains values that specify how data searching is initiated within <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> descendants.</para>
  1091. </summary>
  1092. </member>
  1093. <member name="F:DevExpress.XtraVerticalGrid.FindMode.Always">
  1094. <summary>
  1095. <para>A control starts searching data automatically, after a small delay.</para>
  1096. </summary>
  1097. </member>
  1098. <member name="F:DevExpress.XtraVerticalGrid.FindMode.Default">
  1099. <summary>
  1100. <para>The same as the Always option.</para>
  1101. </summary>
  1102. </member>
  1103. <member name="F:DevExpress.XtraVerticalGrid.FindMode.FindClick">
  1104. <summary>
  1105. <para>A control starts searching data on clicking the Find button or pressing ENTER.</para>
  1106. </summary>
  1107. </member>
  1108. <member name="T:DevExpress.XtraVerticalGrid.FindPanelLocation">
  1109. <summary>
  1110. <para>Enumerates values that specify the location of the Find Panel in the Property Grid.</para>
  1111. </summary>
  1112. </member>
  1113. <member name="F:DevExpress.XtraVerticalGrid.FindPanelLocation.Default">
  1114. <summary>
  1115. <para>The Find Panel is located at the control&#39;s top edge.</para>
  1116. </summary>
  1117. </member>
  1118. <member name="F:DevExpress.XtraVerticalGrid.FindPanelLocation.TabPanel">
  1119. <summary>
  1120. <para>The Find Panel is integrated into the tab panel.</para>
  1121. </summary>
  1122. </member>
  1123. <member name="T:DevExpress.XtraVerticalGrid.HitInfoTypeEnum">
  1124. <summary>
  1125. <para>Lists the values used to identify the grid element located under a specific point or this point&#39;s position relative to the control.</para>
  1126. </summary>
  1127. </member>
  1128. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.BandEdge">
  1129. <summary>
  1130. <para>A point belongs to the band edge, which is the right edge of the leftmost visible record. end-users can drag this edge to resize records.</para>
  1131. </summary>
  1132. </member>
  1133. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.Border">
  1134. <summary>
  1135. <para>A point belongs to the border of the vertical grid control.</para>
  1136. </summary>
  1137. </member>
  1138. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.CustomizationForm">
  1139. <summary>
  1140. <para>A point belongs to the client region of the Customization Form.</para>
  1141. </summary>
  1142. </member>
  1143. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.Empty">
  1144. <summary>
  1145. <para>A point belongs to an empty client area of the vertical grid control.</para>
  1146. </summary>
  1147. </member>
  1148. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.EmptyAreaLink">
  1149. <summary>
  1150. <para>A point belongs to a link displayed in an empty grid at design time.</para>
  1151. </summary>
  1152. </member>
  1153. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.ExpandButton">
  1154. <summary>
  1155. <para>A point belongs to the expand button residing within a parent row. Note that category rows can display two types of expand buttons, the button type depends on the control&#39;s look and feel settings.</para>
  1156. </summary>
  1157. </member>
  1158. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.FilterPanel">
  1159. <summary>
  1160. <para>A point belongs to the filter panel.</para>
  1161. </summary>
  1162. </member>
  1163. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.FilterPanelActiveButton">
  1164. <summary>
  1165. <para>A point belongs to the button in the filter panel used to activate filtering.</para>
  1166. </summary>
  1167. </member>
  1168. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.FilterPanelCloseButton">
  1169. <summary>
  1170. <para>A point belongs to the filter panel&#39;s Close button.</para>
  1171. </summary>
  1172. </member>
  1173. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.FilterPanelCustomizeButton">
  1174. <summary>
  1175. <para>A point belongs to the filter panel&#39;s Edit Filter button.</para>
  1176. </summary>
  1177. </member>
  1178. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.FilterPanelMRUButton">
  1179. <summary>
  1180. <para>A point belongs to the button in the filter panel used to invoke a dropdown that contains a list of the most recently used filters.</para>
  1181. </summary>
  1182. </member>
  1183. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.FilterPanelText">
  1184. <summary>
  1185. <para>A point belongs to a string in the filter panel which represents the filter applied to the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>.</para>
  1186. </summary>
  1187. </member>
  1188. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.GripPlace">
  1189. <summary>
  1190. <para>A point belongs to the grip of the vertical grid control. The grip place is visible if both the vertical and horizontal scroll bars are visible.</para>
  1191. </summary>
  1192. </member>
  1193. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.HeaderCell">
  1194. <summary>
  1195. <para>A point belongs to a row header panel cell.</para>
  1196. </summary>
  1197. </member>
  1198. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.HeaderCellFilterButton">
  1199. <summary>
  1200. <para>Reserved for future use.</para>
  1201. </summary>
  1202. </member>
  1203. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.HeaderCellImage">
  1204. <summary>
  1205. <para>A point belongs to the row header image displayed within a row header cell.</para>
  1206. </summary>
  1207. </member>
  1208. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.HeaderCellSortShape">
  1209. <summary>
  1210. <para>Reserved for future use.</para>
  1211. </summary>
  1212. </member>
  1213. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.HeaderSeparator">
  1214. <summary>
  1215. <para>A point belongs to the header separator, which is a vertical line between row headers and value cells. It can be dragged to resize row header width.</para>
  1216. </summary>
  1217. </member>
  1218. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.HorzScrollBar">
  1219. <summary>
  1220. <para>A point belongs to the grid&#39;s horizontal scroll bar.</para>
  1221. </summary>
  1222. </member>
  1223. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.MultiEditorCellSeparator">
  1224. <summary>
  1225. <para>A point belongs to a separator that divides cells in multi-editors rows. The separator is either a vertical line or a specific string between cells located within a combined row header (or value) cell. The separator can be dragged to resize the widths of inner cells for the multi-editor row.</para>
  1226. </summary>
  1227. </member>
  1228. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.None">
  1229. <summary>
  1230. <para>A point does not belong to any defined part of the vertical grid control. More precisely, it resides outside the grid control within the region which cannot be specified by any member of the <see cref="T:DevExpress.XtraVerticalGrid.HitInfoTypeEnum"/> enumerator.</para>
  1231. </summary>
  1232. </member>
  1233. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.OutBottomSide">
  1234. <summary>
  1235. <para>A point resides outside the grid control. It is located below the grid but is still within its width. This can be used for handling a dragging operation initiated within the vertical grid control when it is necessary to determine the direction of dragging.</para>
  1236. </summary>
  1237. </member>
  1238. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.OutLeftSide">
  1239. <summary>
  1240. <para>A point resides outside the grid control. It is located to the left of the grid&#39;s left edge but is still within its height boundaries. This can be used for handling a dragging operation initiated within the vertical grid control when it is necessary to determine the direction of dragging.</para>
  1241. </summary>
  1242. </member>
  1243. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.OutRightSide">
  1244. <summary>
  1245. <para>A point resides outside the grid control. It is located to the right of the grid&#39;s right edge but is still within its height boundaries. This can be used for handling a dragging operation initiated within the vertical grid control when it is necessary to determine the direction of dragging.</para>
  1246. </summary>
  1247. </member>
  1248. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.OutTopSide">
  1249. <summary>
  1250. <para>A point resides outside the grid control. It is located above the grid but is still within its width. This can be used for handling a dragging operation initiated within the vertical grid control when it is necessary to determine the direction of dragging.</para>
  1251. </summary>
  1252. </member>
  1253. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.RecordValueEdge">
  1254. <summary>
  1255. <para>A point belongs to the right edge of the leftmost visible column representing a record. It can be dragged to resize the width of all records.</para>
  1256. </summary>
  1257. </member>
  1258. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.Row">
  1259. <summary>
  1260. <para>A point belongs to a row. Such an area corresponds to the following elements: empty spaces followed by captions within header cells, horizontal and vertical lines between cells in adjacent rows, horizontal and vertical bars representing categories.</para>
  1261. </summary>
  1262. </member>
  1263. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.RowBrick">
  1264. <summary>
  1265. <para>A point belongs to a brick button.</para>
  1266. </summary>
  1267. </member>
  1268. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.RowEdge">
  1269. <summary>
  1270. <para>A point belongs to a row edge. A row edge is the bottom edge of the row&#39;s header cell. It can be dragged to resize row height.</para>
  1271. </summary>
  1272. </member>
  1273. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.Tab">
  1274. <summary>
  1275. <para>A point belongs to a tab in a property grid.</para>
  1276. </summary>
  1277. </member>
  1278. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.TabPanel">
  1279. <summary>
  1280. <para>A point belongs to the tab panel in a property grid.</para>
  1281. </summary>
  1282. </member>
  1283. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.ValueCell">
  1284. <summary>
  1285. <para>A point belongs to a value cell.</para>
  1286. </summary>
  1287. </member>
  1288. <member name="F:DevExpress.XtraVerticalGrid.HitInfoTypeEnum.VertScrollBar">
  1289. <summary>
  1290. <para>A point belongs to the grid&#39;s vertical scroll bar.</para>
  1291. </summary>
  1292. </member>
  1293. <member name="T:DevExpress.XtraVerticalGrid.LayoutViewStyle">
  1294. <summary>
  1295. <para>Contains values that specify the layout style applied to a vertical grid control.</para>
  1296. </summary>
  1297. </member>
  1298. <member name="F:DevExpress.XtraVerticalGrid.LayoutViewStyle.BandsView">
  1299. <summary>
  1300. <para>Applies the bands view layout to the control.</para>
  1301. </summary>
  1302. </member>
  1303. <member name="F:DevExpress.XtraVerticalGrid.LayoutViewStyle.MultiRecordView">
  1304. <summary>
  1305. <para>Applies the multiple records view layout to the control. This layout is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</para>
  1306. </summary>
  1307. </member>
  1308. <member name="F:DevExpress.XtraVerticalGrid.LayoutViewStyle.SingleRecordView">
  1309. <summary>
  1310. <para>Applies the single record view layout to the control.</para>
  1311. </summary>
  1312. </member>
  1313. <member name="N:DevExpress.XtraVerticalGrid.Localization">
  1314. <summary>
  1315. <para>Contains classes and enumerations that are intended to localize the User Interface of the DevExpress WinForms Vertical Grid.</para>
  1316. </summary>
  1317. </member>
  1318. <member name="T:DevExpress.XtraVerticalGrid.Localization.VGridLocalizer">
  1319. <summary>
  1320. <para>A base class that provides necessary functionality for custom localizers of the Vertical Grid control.</para>
  1321. </summary>
  1322. </member>
  1323. <member name="M:DevExpress.XtraVerticalGrid.Localization.VGridLocalizer.#ctor">
  1324. <summary>
  1325. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Localization.VGridLocalizer"/> class with default settings.</para>
  1326. </summary>
  1327. </member>
  1328. <member name="P:DevExpress.XtraVerticalGrid.Localization.VGridLocalizer.Active">
  1329. <summary>
  1330. <para>Gets or sets a localizer object providing localization of the user interface at runtime.</para>
  1331. </summary>
  1332. <value>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> descendant, used to localize the user interface at runtime.</value>
  1333. </member>
  1334. <member name="M:DevExpress.XtraVerticalGrid.Localization.VGridLocalizer.CreateDefaultLocalizer">
  1335. <summary>
  1336. <para>Returns a localizer object, which provides resources based on the thread&#39;s language and regional settings (culture).</para>
  1337. </summary>
  1338. <returns>An <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object representing resources based on the thread&#39;s culture.</returns>
  1339. </member>
  1340. <member name="M:DevExpress.XtraVerticalGrid.Localization.VGridLocalizer.CreateResXLocalizer">
  1341. <summary>
  1342. <para>Returns a localizer object, which provides resources based on the thread&#39;s language and regional settings (culture).</para>
  1343. </summary>
  1344. <returns>A <see cref="T:DevExpress.Utils.Localization.XtraLocalizer`1"/> object, which provides resources based on the thread&#39;s culture.</returns>
  1345. </member>
  1346. <member name="T:DevExpress.XtraVerticalGrid.Localization.VGridResLocalizer">
  1347. <summary>
  1348. <para>A default localizer to translate resources for WinForms Vertical Grid.</para>
  1349. </summary>
  1350. </member>
  1351. <member name="M:DevExpress.XtraVerticalGrid.Localization.VGridResLocalizer.#ctor">
  1352. <summary>
  1353. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Localization.VGridResLocalizer"/> class with default settings.</para>
  1354. </summary>
  1355. </member>
  1356. <member name="M:DevExpress.XtraVerticalGrid.Localization.VGridResLocalizer.GetLocalizedString(DevExpress.XtraVerticalGrid.Localization.VGridStringId)">
  1357. <summary>
  1358. <para>Gets the string, localized by the current <see cref="T:DevExpress.XtraVerticalGrid.Localization.VGridResLocalizer"/>, for the specified user interface element.</para>
  1359. </summary>
  1360. <param name="id">A DevExpress.XtraVerticalGrid.Localization.VGridStringId enumeration value specifying the UI element whose caption (text) is to be localized.</param>
  1361. <returns>A <see cref="T:System.String"/> representing the text to be displayed within the specified UI element.</returns>
  1362. </member>
  1363. <member name="P:DevExpress.XtraVerticalGrid.Localization.VGridResLocalizer.Language">
  1364. <summary>
  1365. <para>Returns the name of the language currently used by this localizer object.</para>
  1366. </summary>
  1367. <value>A <see cref="T:System.String"/> specifying the language used to localize the user interface.</value>
  1368. </member>
  1369. <member name="T:DevExpress.XtraVerticalGrid.MultiSelectMode">
  1370. <summary>
  1371. <para>Contains values that specify multiple selection mode in the Vertical Grid control.</para>
  1372. </summary>
  1373. </member>
  1374. <member name="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect">
  1375. <summary>
  1376. <para>Enables selection of multiple blocks of cells.</para>
  1377. </summary>
  1378. </member>
  1379. <member name="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RecordSelect">
  1380. <summary>
  1381. <para>Enables selection of multiple records.</para>
  1382. </summary>
  1383. </member>
  1384. <member name="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect">
  1385. <summary>
  1386. <para>Enables selection of multiple rows.</para>
  1387. </summary>
  1388. </member>
  1389. <member name="T:DevExpress.XtraVerticalGrid.PGridOptionsBehavior">
  1390. <summary>
  1391. <para>Provides behavior options for a <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</para>
  1392. </summary>
  1393. </member>
  1394. <member name="M:DevExpress.XtraVerticalGrid.PGridOptionsBehavior.#ctor">
  1395. <summary>
  1396. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.PGridOptionsBehavior"/> class.</para>
  1397. </summary>
  1398. </member>
  1399. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsBehavior.AllowDynamicRowLoading">
  1400. <summary>
  1401. <para>Gets or sets whether a selected object&#39;s properties are loaded dynamically.</para>
  1402. </summary>
  1403. <value>true if a selected object&#39;s properties are loaded dynamically; otherwise, false.</value>
  1404. </member>
  1405. <member name="M:DevExpress.XtraVerticalGrid.PGridOptionsBehavior.Assign(DevExpress.Utils.Controls.BaseOptions)">
  1406. <summary>
  1407. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  1408. </summary>
  1409. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  1410. </member>
  1411. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsBehavior.AutoPostEditorDelay">
  1412. <summary>
  1413. <para>Gets or sets the time delay of actually changing the value after it was changed in the editor.</para>
  1414. </summary>
  1415. <value>An integer value which specifies the time delay in milliseconds.</value>
  1416. </member>
  1417. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsBehavior.PropertySort">
  1418. <summary>
  1419. <para>Gets or sets the way properties are sorted in the Property Grid control.</para>
  1420. </summary>
  1421. <value>A <see cref="T:DevExpress.XtraVerticalGrid.PropertySort"/> value that specifies the way properties are sorted in the Property Grid control.</value>
  1422. </member>
  1423. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsBehavior.RefreshOnSelectedObjectChanges">
  1424. <summary>
  1425. <para>Gets or sets whether the control automatically updates the content when the selected object&#39;s property changes.</para>
  1426. </summary>
  1427. <value>true, if the control updates the content when the selected object&#39;s property changes; otherwise, false.</value>
  1428. </member>
  1429. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsBehavior.ShowOnlyBrowsableProperties">
  1430. <summary>
  1431. <para>Gets or sets whether to show only browsable properties, as specified in the System.ComponentModel.BrowsableAttribute.</para>
  1432. </summary>
  1433. <value>true, to show browsable properties only; otherwise, false. The default is false.</value>
  1434. </member>
  1435. <member name="T:DevExpress.XtraVerticalGrid.PGridOptionsView">
  1436. <summary>
  1437. <para>Provides view options for a property grid control.</para>
  1438. </summary>
  1439. </member>
  1440. <member name="M:DevExpress.XtraVerticalGrid.PGridOptionsView.#ctor(DevExpress.XtraVerticalGrid.PropertyGridControl)">
  1441. <summary>
  1442. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.PGridOptionsView"/> class with specified settings.</para>
  1443. </summary>
  1444. <param name="grid"></param>
  1445. </member>
  1446. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsView.AllowPaintValue">
  1447. <summary>
  1448. <para>Gets or sets whether to display value representations provided by custom editors (Classic view only).</para>
  1449. </summary>
  1450. <value>true, to display a property value representation; otherwise, false.</value>
  1451. </member>
  1452. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsView.AllowRowHeaderReadOnlyAppearance">
  1453. <summary>
  1454. <para>Gets or sets whether to paint read-only row headers according to the <see cref="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ReadOnlyRow"/> appearance settings. Office view only.</para>
  1455. </summary>
  1456. <value>True, to paint read-only rows according to the <see cref="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ReadOnlyRow"/> apparance settings; otherwise, Default or False.</value>
  1457. </member>
  1458. <member name="M:DevExpress.XtraVerticalGrid.PGridOptionsView.Assign(DevExpress.Utils.Controls.BaseOptions)">
  1459. <summary>
  1460. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  1461. </summary>
  1462. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  1463. </member>
  1464. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsView.GradientHeight">
  1465. <summary>
  1466. <para>Gets or sets the height of the gradual fade out effect of property rows at the top and bottom when scrolling. The Office view only.</para>
  1467. </summary>
  1468. <value>An integer value that specifies the height, in pixels, of the gradual fade out effect.</value>
  1469. </member>
  1470. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsView.PasswordChar">
  1471. <summary>
  1472. <para>Gets or sets the password character displayed instead of actual characters. Password mode is enabled for fields marked with the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"/> attribute.</para>
  1473. </summary>
  1474. <value>A character displayed instead of actual characters.</value>
  1475. </member>
  1476. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsView.ShowFocusedFrame">
  1477. <summary>
  1478. <para>Gets or sets whether a frame is displayed around the focused cell and the focused category row caption in the Classic view, and around the focused row caption in the Office view.</para>
  1479. </summary>
  1480. <value>true, to display a focus frame; otherwise, false.</value>
  1481. </member>
  1482. <member name="P:DevExpress.XtraVerticalGrid.PGridOptionsView.ShowRowBrick">
  1483. <summary>
  1484. <para>Gets or sets whether to display brick buttons against properties that invoke a context menu (the Office view only).</para>
  1485. </summary>
  1486. <value>True to display brick buttons; otherwise, Default or False.</value>
  1487. </member>
  1488. <member name="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl">
  1489. <summary>
  1490. <para>The control that displays descriptions for properties being browsed in a <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</para>
  1491. </summary>
  1492. </member>
  1493. <member name="M:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.#ctor">
  1494. <summary>
  1495. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/> class with default settings.</para>
  1496. </summary>
  1497. </member>
  1498. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.AllowDrop">
  1499. <summary>
  1500. <para>This member is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/> class.</para>
  1501. </summary>
  1502. <value>A Boolean value.</value>
  1503. </member>
  1504. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.Appearance">
  1505. <summary>
  1506. <para>Provides access to the properties that control the appearance of the control&#39;s elements.</para>
  1507. </summary>
  1508. <value>A DevExpress.XtraVerticalGrid.PDescControlAppearanceCollection object which provides the appearance settings for the vertical grid&#39;s elements.</value>
  1509. </member>
  1510. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.AutoHeight">
  1511. <summary>
  1512. <para>Gets or sets whether the control automatically adjusts its height to display the text in its entirety.</para>
  1513. </summary>
  1514. <value>A value that specifies whether the control automatically adjusts its height to display the text in its entirety.</value>
  1515. </member>
  1516. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.BackColor">
  1517. <summary>
  1518. <para>Gets or sets the control&#39;s background color. This property is not supported, use the Appearance.Panel.BackColor property instead.</para>
  1519. </summary>
  1520. <value>A <see cref="T:System.Drawing.Color"/> value.</value>
  1521. </member>
  1522. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.BackgroundImage">
  1523. <summary>
  1524. <para>This member is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/> class.</para>
  1525. </summary>
  1526. <value>An Image object.</value>
  1527. </member>
  1528. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.BackgroundImageLayout">
  1529. <summary>
  1530. <para>This member is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/> class.</para>
  1531. </summary>
  1532. <value>An ImageLayout object.</value>
  1533. </member>
  1534. <member name="M:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.CalcHeight(DevExpress.Utils.Drawing.GraphicsCache)">
  1535. <summary>
  1536. <para>Returns the control&#39;s height.</para>
  1537. </summary>
  1538. <param name="cache">A <see cref="T:DevExpress.Utils.Drawing.GraphicsCache"/> object used to calculate the height.</param>
  1539. <returns>An integer value that specifies the control&#39;s height.</returns>
  1540. </member>
  1541. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.DefaultCaption">
  1542. <summary>
  1543. <para>Gets or sets the caption displayed when no row is focused.</para>
  1544. </summary>
  1545. <value>A string value specifying the caption displayed when no row is focused.</value>
  1546. </member>
  1547. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.DefaultDescription">
  1548. <summary>
  1549. <para>Gets or sets the description displayed when no row is focused.</para>
  1550. </summary>
  1551. <value>A string value specifying the description displayed when no row is focused.</value>
  1552. </member>
  1553. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.Font">
  1554. <summary>
  1555. <para>Gets or sets the control&#39;s font settings. This property is not supported, use the Appearance.Description.Font property instead.</para>
  1556. </summary>
  1557. <value>A <see cref="T:System.Drawing.Font"/> object.</value>
  1558. </member>
  1559. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.ForeColor">
  1560. <summary>
  1561. <para>Gets or sets the control&#39;s foreground color. This property is not supported, use the Appearance.Description.ForeColor property instead.</para>
  1562. </summary>
  1563. <value>A <see cref="T:System.Drawing.Color"/> value.</value>
  1564. </member>
  1565. <member name="E:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.HeightChanged">
  1566. <summary>
  1567. <para>Fires when the control&#39;s height changes.</para>
  1568. </summary>
  1569. </member>
  1570. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.PropertyGrid">
  1571. <summary>
  1572. <para>Gets or sets the target <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> for which property descriptions are displayed in the current control.</para>
  1573. </summary>
  1574. <value>A <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> object.</value>
  1575. </member>
  1576. <member name="M:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.ResetBackColor">
  1577. <summary>
  1578. <para>Resets the BackColor property to its default value.</para>
  1579. </summary>
  1580. </member>
  1581. <member name="M:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.ResetForeColor">
  1582. <summary>
  1583. <para>Resets the ForeColor property to its default value.</para>
  1584. </summary>
  1585. </member>
  1586. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.RightToLeft">
  1587. <summary>
  1588. <para>This member is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/> class.</para>
  1589. </summary>
  1590. <value>A RightToLeft object.</value>
  1591. </member>
  1592. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.ShowHint">
  1593. <summary>
  1594. <para>Gets or sets whether to show a hint displaying the current property description when the property description is trimmed in the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/>.</para>
  1595. </summary>
  1596. <value>true, to show a hint when the property description is trimmed in the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/>; otherwise, false.</value>
  1597. </member>
  1598. <member name="P:DevExpress.XtraVerticalGrid.PropertyDescriptionControl.Text">
  1599. <summary>
  1600. <para>This member is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyDescriptionControl"/> class.</para>
  1601. </summary>
  1602. <value>A string value.</value>
  1603. </member>
  1604. <member name="T:DevExpress.XtraVerticalGrid.PropertyGridControl">
  1605. <summary>
  1606. <para>The control that allows you to display and edit properties of any object or set of objects.</para>
  1607. </summary>
  1608. </member>
  1609. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.#ctor">
  1610. <summary>
  1611. <para>Initiliazes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> class with default settings.</para>
  1612. </summary>
  1613. </member>
  1614. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.ActiveViewType">
  1615. <summary>
  1616. <para>Gets or sets whether the control is displayed in the Classic (a single view) or Office (a tabbed view) style.</para>
  1617. </summary>
  1618. <value>A DevExpress.XtraVerticalGrid.PropertyGridView enumeration value that specifies whether the control is displayed in the Classic or Office style.</value>
  1619. </member>
  1620. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.ActiveViewTypeChanged">
  1621. <summary>
  1622. <para>Fires when the <see cref="P:DevExpress.XtraVerticalGrid.PropertyGridControl.ActiveViewType"/> property value changes.</para>
  1623. </summary>
  1624. </member>
  1625. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.AppearanceTab">
  1626. <summary>
  1627. <para>Provides access to appearance settings of tabs available in the Office View.</para>
  1628. </summary>
  1629. <value>A DevExpress.XtraEditors.ButtonsPanelControl.ButtonsPanelControlAppearance object that comprises tab appearance settings in the normal, pressed and hovered states.</value>
  1630. </member>
  1631. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.AutoGenerateRows">
  1632. <summary>
  1633. <para>Gets or sets whether rows are automatically created in the control for all fields in the bound object.</para>
  1634. </summary>
  1635. <value>true, if the control automatically re-creates rows when you re-bind an object; false, if the control automatically creates rows only when you bind an object for the first time.</value>
  1636. </member>
  1637. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.BrowsableAttributes">
  1638. <summary>
  1639. <para>Gets or sets the collection of browsable attributes.</para>
  1640. </summary>
  1641. <value>A <see cref="T:System.ComponentModel.AttributeCollection"/> object that represents the collection of browsable attributes.</value>
  1642. </member>
  1643. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.CanDrawTabPanelArrow">
  1644. <summary>
  1645. <para>For internal use.</para>
  1646. </summary>
  1647. <value></value>
  1648. </member>
  1649. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.CanExpand(DevExpress.XtraVerticalGrid.ViewInfo.VGridHitTest)">
  1650. <summary>
  1651. <para>Returns whether the specified view element is a row header panel in a category row.</para>
  1652. </summary>
  1653. <param name="hitTest">A VGridHitTest object that contains information about view elements.</param>
  1654. <returns>true, if the specified view element is a row header panel in a category row; otherwise, false.</returns>
  1655. </member>
  1656. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.CreateEditorRow">
  1657. <summary>
  1658. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  1659. </summary>
  1660. <returns></returns>
  1661. </member>
  1662. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.CreateRow(System.Int32)">
  1663. <summary>
  1664. <para>Returns a new row of the specified type.</para>
  1665. </summary>
  1666. <param name="rowTypeId">An integer value that specifies the row type. 0 - to create a category row. 1 - to create an editor row.</param>
  1667. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that specifies the created row.</returns>
  1668. </member>
  1669. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.CustomDrawRowBrick">
  1670. <summary>
  1671. <para>Allows you to customize brick buttons that invoke a context menu (the Office view only).</para>
  1672. </summary>
  1673. </member>
  1674. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.CustomPropertyDescriptors">
  1675. <summary>
  1676. <para>Allows you to filter properties or display custom properties.</para>
  1677. </summary>
  1678. </member>
  1679. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.CustomRowCreated">
  1680. <summary>
  1681. <para>Allows you to customize <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> rows when this <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> has the Office View applied.</para>
  1682. </summary>
  1683. </member>
  1684. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.DefaultCollectionEditors">
  1685. <summary>
  1686. <para>Provides access to the default editors for collections in the current <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</para>
  1687. </summary>
  1688. <value>A DevExpress.XtraVerticalGrid.PGridDefaultCollectionEditors object that specifies the collection of the default editors for collections in the current <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</value>
  1689. </member>
  1690. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.DefaultEditors">
  1691. <summary>
  1692. <para>Specifies the collection of in-place editors used by default to represent row values of specific data types</para>
  1693. </summary>
  1694. <value>A DevExpress.XtraVerticalGrid.Rows.PGridDefaultEditors collection which associates editors with specific data types.</value>
  1695. </member>
  1696. <member name="F:DevExpress.XtraVerticalGrid.PropertyGridControl.FieldNameDelimiter">
  1697. <summary>
  1698. <para>A delimiter between property names.</para>
  1699. </summary>
  1700. <value></value>
  1701. </member>
  1702. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.FilterCriteria">
  1703. <summary>
  1704. <para>This property is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> class.</para>
  1705. </summary>
  1706. <value></value>
  1707. </member>
  1708. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.FilterString">
  1709. <summary>
  1710. <para>This property is not supported by the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> class.</para>
  1711. </summary>
  1712. <value></value>
  1713. </member>
  1714. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.GetPropertyDescriptor(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  1715. <summary>
  1716. <para>Returns the property descriptor for the property associated with the specified row.</para>
  1717. </summary>
  1718. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object which is bound to the required property.</param>
  1719. <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"/> value.</returns>
  1720. </member>
  1721. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.GetPropertyDescriptor(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Object@)">
  1722. <summary>
  1723. <para>Returns the property descriptor which is associated with the specified row. The object which owns the property is returned via the targetObject parameter.</para>
  1724. </summary>
  1725. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object which is bound to the required property.</param>
  1726. <param name="targetObject">Returns the object which contains the required property, or an array of objects which own the property (when the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> is bound to multiple objects via the <see cref="P:DevExpress.XtraVerticalGrid.PropertyGridControl.SelectedObjects"/> member).</param>
  1727. <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"/> value.</returns>
  1728. </member>
  1729. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.GetRecordObject(System.Int32)">
  1730. <summary>
  1731. <para>Returns the object with the specified index from the collection of objects whose properties are edited by the control.</para>
  1732. </summary>
  1733. <param name="recordIndex">An integer value that specifies the zero-based index of the required object in the <see cref="P:DevExpress.XtraVerticalGrid.PropertyGridControl.SelectedObjects"/> collection.</param>
  1734. <returns>An object being edited by the control.</returns>
  1735. </member>
  1736. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.IsClassic">
  1737. <summary>
  1738. <para>Gets whether the control is displayed in the classic style.</para>
  1739. </summary>
  1740. <value>true, if the control is displayed in the classic style; otherwise, false.</value>
  1741. </member>
  1742. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.IsDataRecord(System.Int32)">
  1743. <summary>
  1744. <para>Returns whether or not the specified row handle corresponds to a data row.</para>
  1745. </summary>
  1746. <param name="record">An integer value specifying a row handle.</param>
  1747. <returns>true, if the specified row handle corresponds to a data row; otherwise, false.</returns>
  1748. </member>
  1749. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.LayoutStyle">
  1750. <summary>
  1751. <para>Gets or sets the control&#39;s layout style.</para>
  1752. </summary>
  1753. <value>A <see cref="T:DevExpress.XtraVerticalGrid.LayoutViewStyle"/> enumeration value that specifies the control&#39;s layout style.</value>
  1754. </member>
  1755. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.LockSelectedTab">
  1756. <summary>
  1757. <para>For internal use.</para>
  1758. </summary>
  1759. </member>
  1760. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.OfficeRowStore">
  1761. <summary>
  1762. <para></para>
  1763. </summary>
  1764. <value></value>
  1765. </member>
  1766. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.OptionsBehavior">
  1767. <summary>
  1768. <para>Provides access to the grid&#39;s behavior options.</para>
  1769. </summary>
  1770. <value>A <see cref="T:DevExpress.XtraVerticalGrid.PGridOptionsBehavior"/> object which contains the grid&#39;s behavior options.</value>
  1771. </member>
  1772. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.OptionsCollectionEditor">
  1773. <summary>
  1774. <para>Provides access to options that specify whether to use the standard WinForms or DevExpress editor for collections, and appearance settings of the latter.</para>
  1775. </summary>
  1776. <value>A DevExpress.XtraVerticalGrid.PGridOptionsCollectionEditor object specifying collection editor&#39;s options.</value>
  1777. </member>
  1778. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.OptionsFind">
  1779. <summary>
  1780. <para>Provides access to find panel options.</para>
  1781. </summary>
  1782. <value>A DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind object that comprises options specific to the find panel.</value>
  1783. </member>
  1784. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.OptionsMenu">
  1785. <summary>
  1786. <para>Contains options that affect the display of context menus in a <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</para>
  1787. </summary>
  1788. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.PGridOptionsMenu"/> object that contains corresponding options.</value>
  1789. </member>
  1790. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.OptionsView">
  1791. <summary>
  1792. <para>Provides access to the vertical grid&#39;s display options.</para>
  1793. </summary>
  1794. <value>A <see cref="T:DevExpress.XtraVerticalGrid.PGridOptionsView"/> object which contains the grid&#39;s display options.</value>
  1795. </member>
  1796. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.RefreshAllProperties">
  1797. <summary>
  1798. <para>Refreshes data in property rows, invalidates them, and causes the control to redraw the invalidated rows.</para>
  1799. </summary>
  1800. </member>
  1801. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.RefreshEditor">
  1802. <summary>
  1803. <para>Refreshes the active editor.</para>
  1804. </summary>
  1805. </member>
  1806. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.RepaintAllProperties">
  1807. <summary>
  1808. <para>Invalidates property rows, and causes the control to redraw the invalidated rows.</para>
  1809. </summary>
  1810. </member>
  1811. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.RetrieveFields">
  1812. <summary>
  1813. <para>Creates rows for the bound object&#39;s properties.</para>
  1814. </summary>
  1815. </member>
  1816. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.RetrieveFields(System.Boolean)">
  1817. <summary>
  1818. <para>Creates rows for the bound object&#39;s properties, allowing rows for nested properties to be created.</para>
  1819. </summary>
  1820. <param name="forceChildRowsCreating">true to create rows for nested properties; false to only create root rows.</param>
  1821. </member>
  1822. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.RowBrickMenuShowing">
  1823. <summary>
  1824. <para>Allows you to populate a context menu invoked with a click on a brick button (the Office view only).</para>
  1825. </summary>
  1826. </member>
  1827. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.ScrollVisibility">
  1828. <summary>
  1829. <para>Gets or sets a value that specifies the availability of the vertical scroll bar.</para>
  1830. </summary>
  1831. <value>A PGridScrollVisibility enumeration value that specifies when the vertical scroll bar should be displayed.</value>
  1832. </member>
  1833. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.SelectedObject">
  1834. <summary>
  1835. <para>Gets or sets the object whose settings are edited by the PropertyGridControl.</para>
  1836. </summary>
  1837. <value>A <see cref="T:System.Object"/> whose settings are edited by the PropertyGridControl.</value>
  1838. </member>
  1839. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.SelectedObjects">
  1840. <summary>
  1841. <para>Gets or sets the currently selected objects.</para>
  1842. </summary>
  1843. <value>An array of objects that are currently browsed.</value>
  1844. </member>
  1845. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.SelectedTab">
  1846. <summary>
  1847. <para>Gets or sets the currently selected tab in the Office View.</para>
  1848. </summary>
  1849. <value>A DevExpress.XtraVerticalGrid.Tab object representing the currently selected tab.</value>
  1850. </member>
  1851. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.SelectedTabChanged">
  1852. <summary>
  1853. <para>Occurs when the <see cref="P:DevExpress.XtraVerticalGrid.PropertyGridControl.SelectedTab"/> property value changes.</para>
  1854. </summary>
  1855. </member>
  1856. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.ServiceProvider">
  1857. <summary>
  1858. <para>Gets or sets an object implementing the <see cref="T:System.IServiceProvider"/> interface.</para>
  1859. </summary>
  1860. <value>An object which implements the <see cref="T:System.IServiceProvider"/> interface.</value>
  1861. </member>
  1862. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.ShowMenu">
  1863. <summary>
  1864. <para>Allows context menus for rows to be customized.</para>
  1865. </summary>
  1866. </member>
  1867. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.SupportDefaultPropertyAttribute">
  1868. <summary>
  1869. <para>Gets or sets whether to automatically focus the default property on loading the control and selecting a new tab.</para>
  1870. </summary>
  1871. <value>true, to automatically focus the default property on selecting a new tab; otherwise, false.</value>
  1872. </member>
  1873. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.TabPanel">
  1874. <summary>
  1875. <para>Provides access to an object representing the tab panel available in the Office View.</para>
  1876. </summary>
  1877. <value>A DevExpress.XtraVerticalGrid.TabPanel object representing the tab panel.</value>
  1878. </member>
  1879. <member name="E:DevExpress.XtraVerticalGrid.PropertyGridControl.TabPanelCustomize">
  1880. <summary>
  1881. <para>Fires when the control is about to be loaded, allowing you to customize the panel that displays tabs available in the Office View.</para>
  1882. </summary>
  1883. </member>
  1884. <member name="P:DevExpress.XtraVerticalGrid.PropertyGridControl.Tabs">
  1885. <summary>
  1886. <para>Provides access to the collection of tabs available in the Office View.</para>
  1887. </summary>
  1888. <value>A DevExpress.XtraVerticalGrid.TabCollection object specifying the collection of tabs available in the Office style.</value>
  1889. </member>
  1890. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.UnlockSelectedTab">
  1891. <summary>
  1892. <para>For internal use.</para>
  1893. </summary>
  1894. </member>
  1895. <member name="M:DevExpress.XtraVerticalGrid.PropertyGridControl.UpdateRows">
  1896. <summary>
  1897. <para>Updates grid rows for all fields in the bound data source and forces the control to immediately redraw itself.</para>
  1898. </summary>
  1899. </member>
  1900. <member name="T:DevExpress.XtraVerticalGrid.PropertySort">
  1901. <summary>
  1902. <para>Enumerates modes that specify how property rows are sorted in the Property Grid control.</para>
  1903. </summary>
  1904. </member>
  1905. <member name="F:DevExpress.XtraVerticalGrid.PropertySort.Alphabetical">
  1906. <summary>
  1907. <para>Properties are sorted in alphabetical order.</para>
  1908. </summary>
  1909. </member>
  1910. <member name="F:DevExpress.XtraVerticalGrid.PropertySort.NoSort">
  1911. <summary>
  1912. <para>Properties are displayed in the order specified by the underlying object.</para>
  1913. </summary>
  1914. </member>
  1915. <member name="T:DevExpress.XtraVerticalGrid.RowChangeTypeEnum">
  1916. <summary>
  1917. <para>Contains values indicating how the row has been changed.</para>
  1918. </summary>
  1919. </member>
  1920. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Add">
  1921. <summary>
  1922. <para>A new row has been added to the vertical grid&#39;s <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.Rows"/> or a specific row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.ChildRows"/> collection. This can be performed by calling the collection&#39;s Add method.</para>
  1923. </summary>
  1924. </member>
  1925. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.AllowEdit">
  1926. <summary>
  1927. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.AllowEdit"/> property has changed.</para>
  1928. </summary>
  1929. </member>
  1930. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.AllowHtmlText">
  1931. <summary>
  1932. <para>The row&#39;s caption HTML formatting setting has changed.</para>
  1933. </summary>
  1934. </member>
  1935. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Caption">
  1936. <summary>
  1937. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Caption"/> property has changed.</para>
  1938. </summary>
  1939. </member>
  1940. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.CellWidth">
  1941. <summary>
  1942. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.CellWidth"/> property has been changed.</para>
  1943. </summary>
  1944. </member>
  1945. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.CustomizationCaption">
  1946. <summary>
  1947. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.CustomizationCaption"/> property has changed.</para>
  1948. </summary>
  1949. </member>
  1950. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Delete">
  1951. <summary>
  1952. <para>A row has been removed from the vertical grid&#39;s <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.Rows"/> or a specific row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.ChildRows"/> collection.</para>
  1953. </summary>
  1954. </member>
  1955. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.DrawEditorBorder">
  1956. <summary>
  1957. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.DrawEditorBorder"/> property has changed.</para>
  1958. </summary>
  1959. </member>
  1960. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Enabled">
  1961. <summary>
  1962. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.EditorRow.Enabled"/> property has changed.</para>
  1963. </summary>
  1964. </member>
  1965. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Expanded">
  1966. <summary>
  1967. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Expanded"/> property has changed.</para>
  1968. </summary>
  1969. </member>
  1970. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.FieldName">
  1971. <summary>
  1972. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FieldName"/> property has changed.</para>
  1973. </summary>
  1974. </member>
  1975. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Fixed">
  1976. <summary>
  1977. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Fixed"/> property has changed.</para>
  1978. </summary>
  1979. </member>
  1980. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Format">
  1981. <summary>
  1982. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Format"/> property has changed.</para>
  1983. </summary>
  1984. </member>
  1985. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.FormatString">
  1986. <summary>
  1987. <para>The <see cref="P:DevExpress.Utils.FormatInfo.FormatString"/> attribute of the row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Format"/> property has changed.</para>
  1988. </summary>
  1989. </member>
  1990. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.FormatType">
  1991. <summary>
  1992. <para>The <see cref="P:DevExpress.Utils.FormatInfo.FormatType"/> attribute of the row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Format"/> property has changed.</para>
  1993. </summary>
  1994. </member>
  1995. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Height">
  1996. <summary>
  1997. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Height"/> property has changed.</para>
  1998. </summary>
  1999. </member>
  2000. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.ImageIndex">
  2001. <summary>
  2002. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ImageIndex"/> property has changed.</para>
  2003. </summary>
  2004. </member>
  2005. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Index">
  2006. <summary>
  2007. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Index"/> property has changed.</para>
  2008. </summary>
  2009. </member>
  2010. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.MaxCaptionLineCount">
  2011. <summary>
  2012. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.MaxCaptionLineCount"/> property has changed.</para>
  2013. </summary>
  2014. </member>
  2015. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Move">
  2016. <summary>
  2017. <para>A row has been moved within the control. This can be performed using drag and drop or via the VGridControlBase.MoveRow method.</para>
  2018. </summary>
  2019. </member>
  2020. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Name">
  2021. <summary>
  2022. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Name"/> property has changed.</para>
  2023. </summary>
  2024. </member>
  2025. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Options">
  2026. <summary>
  2027. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.OptionsRow"/> property has changed.</para>
  2028. </summary>
  2029. </member>
  2030. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Padding">
  2031. <summary>
  2032. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Padding"/> property has changed.</para>
  2033. </summary>
  2034. </member>
  2035. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.PropertiesAdded">
  2036. <summary>
  2037. <para>A new <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object or its descendant has been added to the multi-editor row&#39;s properties collection. This can be performed by calling the MultiEditorRowPropertiesCollection.Add method.</para>
  2038. </summary>
  2039. </member>
  2040. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.PropertiesAssigned">
  2041. <summary>
  2042. <para>The row item&#39;s settings have been replaced with the settings from another row item using the <see cref="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.AssignTo(DevExpress.XtraVerticalGrid.Rows.RowProperties)"/> method.</para>
  2043. </summary>
  2044. </member>
  2045. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.PropertiesCleared">
  2046. <summary>
  2047. <para>The multi-editor row&#39;s properties collection has been cleared. This can be performed by calling the <see cref="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Clear"/> method.</para>
  2048. </summary>
  2049. </member>
  2050. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.PropertiesDeleted">
  2051. <summary>
  2052. <para>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object or its descendant has been removed from the properties collection. This can be performed by calling the <see cref="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.RemoveAt(System.Int32)"/> method.</para>
  2053. </summary>
  2054. </member>
  2055. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.PropertiesReplaced">
  2056. <summary>
  2057. <para>This property is used internally only. It is inaccessible.</para>
  2058. </summary>
  2059. </member>
  2060. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.ReadOnly">
  2061. <summary>
  2062. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ReadOnly"/> property has changed.</para>
  2063. </summary>
  2064. </member>
  2065. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.RowAssigned">
  2066. <summary>
  2067. <para>Row settings have been replaced by another row&#39;s settings using the <see cref="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.AssignTo(DevExpress.XtraVerticalGrid.Rows.BaseRow)"/> method.</para>
  2068. </summary>
  2069. </member>
  2070. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.RowEdit">
  2071. <summary>
  2072. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.RowEdit"/> property has changed.</para>
  2073. </summary>
  2074. </member>
  2075. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.SearchTags">
  2076. <summary>
  2077. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.SearchTags"/> property has changed.</para>
  2078. </summary>
  2079. </member>
  2080. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.SeparatorKind">
  2081. <summary>
  2082. <para>The multi-editor row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.SeparatorKind"/> property has changed.</para>
  2083. </summary>
  2084. </member>
  2085. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.SeparatorString">
  2086. <summary>
  2087. <para>The multi-editor row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.SeparatorString"/> property has changed.</para>
  2088. </summary>
  2089. </member>
  2090. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.ShowUnboundExpressionMenu">
  2091. <summary>
  2092. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ShowUnboundExpressionMenu"/> property has changed.</para>
  2093. </summary>
  2094. </member>
  2095. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.SortOrder">
  2096. <summary>
  2097. <para>Reserved for future use.</para>
  2098. </summary>
  2099. </member>
  2100. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.StyleName">
  2101. <summary>
  2102. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.StyleName"/> property has changed.</para>
  2103. </summary>
  2104. </member>
  2105. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.SummaryFooter">
  2106. <summary>
  2107. <para>Reserved for future use.</para>
  2108. </summary>
  2109. </member>
  2110. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.SummaryFooterStrFormat">
  2111. <summary>
  2112. <para>Reserved for future use.</para>
  2113. </summary>
  2114. </member>
  2115. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.TabStop">
  2116. <summary>
  2117. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.TabStop"/> property has changed.</para>
  2118. </summary>
  2119. </member>
  2120. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Tag">
  2121. <summary>
  2122. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Tag"/> property has changed.</para>
  2123. </summary>
  2124. </member>
  2125. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.ToolTip">
  2126. <summary>
  2127. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ToolTip"/> property has changed.</para>
  2128. </summary>
  2129. </member>
  2130. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UnboundExpression">
  2131. <summary>
  2132. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.UnboundExpression"/> property has changed.</para>
  2133. </summary>
  2134. </member>
  2135. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UnboundType">
  2136. <summary>
  2137. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.UnboundType"/> property has changed.</para>
  2138. </summary>
  2139. </member>
  2140. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty1">
  2141. <summary>
  2142. <para>The corresponding user&#39;s property has changed.</para>
  2143. </summary>
  2144. </member>
  2145. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty10">
  2146. <summary>
  2147. <para>The corresponding user&#39;s property has changed.</para>
  2148. </summary>
  2149. </member>
  2150. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty2">
  2151. <summary>
  2152. <para>The corresponding user&#39;s property has changed.</para>
  2153. </summary>
  2154. </member>
  2155. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty3">
  2156. <summary>
  2157. <para>The corresponding user&#39;s property has changed.</para>
  2158. </summary>
  2159. </member>
  2160. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty4">
  2161. <summary>
  2162. <para>The corresponding user&#39;s property has changed.</para>
  2163. </summary>
  2164. </member>
  2165. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty5">
  2166. <summary>
  2167. <para>The corresponding user&#39;s property has changed.</para>
  2168. </summary>
  2169. </member>
  2170. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty6">
  2171. <summary>
  2172. <para>The corresponding user&#39;s property has changed.</para>
  2173. </summary>
  2174. </member>
  2175. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty7">
  2176. <summary>
  2177. <para>The corresponding user&#39;s property has changed.</para>
  2178. </summary>
  2179. </member>
  2180. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty8">
  2181. <summary>
  2182. <para>The corresponding user&#39;s property has changed.</para>
  2183. </summary>
  2184. </member>
  2185. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.UserProperty9">
  2186. <summary>
  2187. <para>The corresponding user&#39;s property has changed.</para>
  2188. </summary>
  2189. </member>
  2190. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Value">
  2191. <summary>
  2192. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Value"/> property has changed.</para>
  2193. </summary>
  2194. </member>
  2195. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Visible">
  2196. <summary>
  2197. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible"/> property has changed.</para>
  2198. </summary>
  2199. </member>
  2200. <member name="F:DevExpress.XtraVerticalGrid.RowChangeTypeEnum.Width">
  2201. <summary>
  2202. <para>The row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.Width"/> property has changed.</para>
  2203. </summary>
  2204. </member>
  2205. <member name="T:DevExpress.XtraVerticalGrid.RowDragEffect">
  2206. <summary>
  2207. <para>Contains values specifying the available effect for the processed drag operation.</para>
  2208. </summary>
  2209. </member>
  2210. <member name="F:DevExpress.XtraVerticalGrid.RowDragEffect.InsertAfter">
  2211. <summary>
  2212. <para>A row is inserted after another row.</para>
  2213. </summary>
  2214. </member>
  2215. <member name="F:DevExpress.XtraVerticalGrid.RowDragEffect.InsertBefore">
  2216. <summary>
  2217. <para>Specifies the pointer feedback indicating that the dragged row is allowed to be inserted before a target row if the mouse is released at a given moment during a drag operation.</para>
  2218. </summary>
  2219. </member>
  2220. <member name="F:DevExpress.XtraVerticalGrid.RowDragEffect.MoveChild">
  2221. <summary>
  2222. <para>Specifies the pointer feedback indicating that the dragged row is allowed to be inserted as a child of a target row if the mouse is released at a given moment during a drag operation.</para>
  2223. </summary>
  2224. </member>
  2225. <member name="F:DevExpress.XtraVerticalGrid.RowDragEffect.MoveToEnd">
  2226. <summary>
  2227. <para>Specifies the pointer feedback indicating that the dragged row is allowed to be inserted after the last row in the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.Rows"/> collection if the mouse is released at a given moment during a drag operation.</para>
  2228. </summary>
  2229. </member>
  2230. <member name="F:DevExpress.XtraVerticalGrid.RowDragEffect.None">
  2231. <summary>
  2232. <para>Specifies the pointer feedback indicating that none of the predefined effects is allowed for the dragged row if the mouse is released at a given moment during a drag operation.</para>
  2233. </summary>
  2234. </member>
  2235. <member name="T:DevExpress.XtraVerticalGrid.RowDragSource">
  2236. <summary>
  2237. <para>Contains values that specify the source of a row drag operation.</para>
  2238. </summary>
  2239. </member>
  2240. <member name="F:DevExpress.XtraVerticalGrid.RowDragSource.Control">
  2241. <summary>
  2242. <para>Indicates that a drag operation starts within the vertical grid control.</para>
  2243. </summary>
  2244. </member>
  2245. <member name="F:DevExpress.XtraVerticalGrid.RowDragSource.CustomizationForm">
  2246. <summary>
  2247. <para>Indicates that a drag operation starts within the Customization Form.</para>
  2248. </summary>
  2249. </member>
  2250. <member name="N:DevExpress.XtraVerticalGrid.Rows">
  2251. <summary>
  2252. <para>Contains classes representing rows within the vertical grid controls that are included in the XtraVerticalGrid Suite and classes providing particular aspects of row functionality.</para>
  2253. </summary>
  2254. </member>
  2255. <member name="T:DevExpress.XtraVerticalGrid.Rows.BaseRow">
  2256. <summary>
  2257. <para>Serves as the base class for rows of different types.</para>
  2258. </summary>
  2259. </member>
  2260. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Appearance">
  2261. <summary>
  2262. <para>Provides access to appearance settings used to paint row cells. This property is obsolete, use <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.AppearanceCell"/> instead.</para>
  2263. </summary>
  2264. <value>An <see cref="T:DevExpress.Utils.AppearanceObjectEx"/> object that provides appearance settings used to paint row cells.</value>
  2265. </member>
  2266. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.AppearanceCell">
  2267. <summary>
  2268. <para>Provides access to appearance settings used to paint row cells.</para>
  2269. </summary>
  2270. <value>An <see cref="T:DevExpress.Utils.AppearanceObjectEx"/> object that provides appearance settings used to paint row cells.</value>
  2271. </member>
  2272. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.AppearanceHeader">
  2273. <summary>
  2274. <para>Provides access to appearance settings used to paint row headers.</para>
  2275. </summary>
  2276. <value>An <see cref="T:DevExpress.Utils.AppearanceObjectEx"/> object that provides appearance settings used to paint row headers.</value>
  2277. </member>
  2278. <member name="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.AssignTo(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  2279. <summary>
  2280. <para>Copies the current row&#39;s settings to the row specified.</para>
  2281. </summary>
  2282. <param name="destinationRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object or descendant that represents the row object into which settings are copied.</param>
  2283. </member>
  2284. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.ChildRows">
  2285. <summary>
  2286. <para>Gets a collection of child rows for a row.</para>
  2287. </summary>
  2288. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridRows"/> object representing a collection of child rows (if any) for a row.</value>
  2289. </member>
  2290. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Expanded">
  2291. <summary>
  2292. <para>Gets or sets a value specifying whether the current row is expanded.</para>
  2293. </summary>
  2294. <value>true if the current row is expanded; otherwise false.</value>
  2295. </member>
  2296. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Fixed">
  2297. <summary>
  2298. <para>Gets or sets whether the row is fixed (anchored to a control&#39;s top or bottom edge).</para>
  2299. </summary>
  2300. <value>A DevExpress.XtraVerticalGrid.Rows.FixedStyle value that specifies whether the row is fixed.</value>
  2301. </member>
  2302. <member name="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.GetRowProperties">
  2303. <summary>
  2304. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  2305. </summary>
  2306. <returns></returns>
  2307. </member>
  2308. <member name="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.GetRowProperties(System.Int32)">
  2309. <summary>
  2310. <para>Returns an object containing type specific row settings.</para>
  2311. </summary>
  2312. <param name="index">A zero-based integer value representing the index of the object that contains the row settings.</param>
  2313. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object or its descendant that represents type specific row properties. null (Nothing in Visual Basic) if the index parameter value is negative or exceeds the maximum index available.</returns>
  2314. </member>
  2315. <member name="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.GetRowProperties(System.String)">
  2316. <summary>
  2317. <para>Returns row properties by the specified field name.</para>
  2318. </summary>
  2319. <param name="fieldName">A string value specifying the required field name in the underlying data source.</param>
  2320. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object corresponding to the row displaying values from the specified fieldName in the data source.</returns>
  2321. </member>
  2322. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Grid">
  2323. <summary>
  2324. <para>Gets or sets the vertical grid control that owns the current row.</para>
  2325. </summary>
  2326. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> object which represents the vertical grid control that owns the current row.</value>
  2327. </member>
  2328. <member name="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.HasAsChild(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  2329. <summary>
  2330. <para>Indicates whether the row has the child row specified.</para>
  2331. </summary>
  2332. <param name="gridRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the row to test.</param>
  2333. <returns>true if the row is the parent for the row specified; otherwise false.</returns>
  2334. </member>
  2335. <member name="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.HasAsParent(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  2336. <summary>
  2337. <para>Determines whether the current row has a specific row as its parent.</para>
  2338. </summary>
  2339. <param name="gridRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row to check.</param>
  2340. <returns>true if the current row has the specified row as its parent; otherwise false.</returns>
  2341. </member>
  2342. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.HasChildren">
  2343. <summary>
  2344. <para>Gets a value indicating whether a specific row contains child rows.</para>
  2345. </summary>
  2346. <value>true if a specific row contains one or more child rows; otherwise false.</value>
  2347. </member>
  2348. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.HeaderInfo">
  2349. <summary>
  2350. <para>Provides view information on the row&#39;s header.</para>
  2351. </summary>
  2352. <value>The DevExpress.XtraVerticalGrid.ViewInfo.BaseRowHeaderInfo class descendant that provides view information on the row&#39;s header.</value>
  2353. </member>
  2354. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Height">
  2355. <summary>
  2356. <para>Gets or sets the row&#39;s height.</para>
  2357. </summary>
  2358. <value>An integer value specifying the row&#39;s height in pixels.</value>
  2359. </member>
  2360. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Index">
  2361. <summary>
  2362. <para>Gets or sets the row&#39;s index within a collection of rows located at the same level (sibling rows).</para>
  2363. </summary>
  2364. <value>A zero-based index value representing the position of a specific row within a <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridRows"/> collection.</value>
  2365. </member>
  2366. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.InternalFixed">
  2367. <summary>
  2368. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  2369. </summary>
  2370. <value></value>
  2371. </member>
  2372. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.IsFocused">
  2373. <summary>
  2374. <para>Gets whether or not the current row is focused.</para>
  2375. </summary>
  2376. <value>true, if the current row is focused; otherwise, false.</value>
  2377. </member>
  2378. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.IsSelected">
  2379. <summary>
  2380. <para>Gets whether or not the current row is selected.</para>
  2381. </summary>
  2382. <value>true, if the current row is selected; otherwise, false.</value>
  2383. </member>
  2384. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Level">
  2385. <summary>
  2386. <para>Gets the row&#39;s nesting level.</para>
  2387. </summary>
  2388. <value>An integer value representing the row&#39;s zero-based nesting level.</value>
  2389. </member>
  2390. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.MaxCaptionLineCount">
  2391. <summary>
  2392. <para>Gets or sets the maximum number of text lines used to display the row header&#39;s caption.</para>
  2393. </summary>
  2394. <value>An integer value specifying the maximum number of text lines within the row header.</value>
  2395. </member>
  2396. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.MinHeight">
  2397. <summary>
  2398. <para>Gets the row&#39;s minimum height.</para>
  2399. </summary>
  2400. <value>An integer value specifying the grid row&#39;s minimum height.</value>
  2401. </member>
  2402. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Name">
  2403. <summary>
  2404. <para>Gets or sets the row name.</para>
  2405. </summary>
  2406. <value>A <see cref="T:System.String"/> value specifying the row name.</value>
  2407. </member>
  2408. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.OptionsRow">
  2409. <summary>
  2410. <para>Provides access to the current row&#39;s options.</para>
  2411. </summary>
  2412. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow"/> object which contains the row&#39;s options.</value>
  2413. </member>
  2414. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.ParentRow">
  2415. <summary>
  2416. <para>Gets the parent row of the current grid row.</para>
  2417. </summary>
  2418. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the row&#39;s parent.</value>
  2419. </member>
  2420. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Properties">
  2421. <summary>
  2422. <para>Gets an object containing type specific row settings.</para>
  2423. </summary>
  2424. <value>An instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> class or its descendant representing type specific row properties.</value>
  2425. </member>
  2426. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.RowPropertiesCount">
  2427. <summary>
  2428. <para>Returns the number of objects owned by a row that contains row settings.</para>
  2429. </summary>
  2430. <value>An integer value representing the total number of objects representing specific row settings.</value>
  2431. </member>
  2432. <member name="M:DevExpress.XtraVerticalGrid.Rows.BaseRow.SetOrder(System.Int32)">
  2433. <summary>
  2434. <para>Sets the row&#39;s order index.</para>
  2435. </summary>
  2436. <param name="order">An integer value that specifies the row&#39;s order index. 0 corresponds to the last row.</param>
  2437. </member>
  2438. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Site">
  2439. <summary>
  2440. <para>Gets or sets a System.ComponentModel.ISite for a row.</para>
  2441. </summary>
  2442. <value>A System.ComponentModel.ISite for a row.</value>
  2443. </member>
  2444. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.StyleName">
  2445. <summary>
  2446. <para>Gets or sets the name of the custom style to be applied to the current row. This property is obsolete, use <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.AppearanceCell"/> instead.</para>
  2447. </summary>
  2448. <value>A string representing the name of the custom style set for the current row.</value>
  2449. </member>
  2450. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.TabStop">
  2451. <summary>
  2452. <para>Gets or sets whether the user can move focus to the cell using the TAB/SHIFT+TAB or ENTER key.</para>
  2453. </summary>
  2454. <value>true if the user can focus the cell using the TAB/SHIFT+TAB or ENTER key; otherwise, false.</value>
  2455. </member>
  2456. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Tag">
  2457. <summary>
  2458. <para>Gets or sets a value that identifies the current row object.</para>
  2459. </summary>
  2460. <value>An object that identifies the current row object.</value>
  2461. </member>
  2462. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.TreeButtonType">
  2463. <summary>
  2464. <para>Gets the row&#39;s tree button type.</para>
  2465. </summary>
  2466. <value>A <see cref="T:DevExpress.XtraVerticalGrid.TreeButtonType"/> enumeration member that specifies the row&#39;s tree button type.</value>
  2467. </member>
  2468. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible">
  2469. <summary>
  2470. <para>Gets or sets a value indicating whether a row can be displayed within a vertical grid control.</para>
  2471. </summary>
  2472. <value>true if a row can be displayed; otherwise, false.</value>
  2473. </member>
  2474. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.VisibleIndex">
  2475. <summary>
  2476. <para>Gets the row&#39;s visible position within a vertical grid control.</para>
  2477. </summary>
  2478. <value>A zero based integer value specifying the row&#39;s visible position among the other visible rows.</value>
  2479. </member>
  2480. <member name="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.XtraRowTypeID">
  2481. <summary>
  2482. <para>Gets a value indicating the row&#39;s type.</para>
  2483. </summary>
  2484. <value>An integer value representing the row&#39;s type identifier.</value>
  2485. </member>
  2486. <member name="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow">
  2487. <summary>
  2488. <para>Represents a category row within your grid control.</para>
  2489. </summary>
  2490. </member>
  2491. <member name="M:DevExpress.XtraVerticalGrid.Rows.CategoryRow.#ctor">
  2492. <summary>
  2493. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> object with default settings.</para>
  2494. </summary>
  2495. </member>
  2496. <member name="M:DevExpress.XtraVerticalGrid.Rows.CategoryRow.#ctor(System.String)">
  2497. <summary>
  2498. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> object with the caption specified.</para>
  2499. </summary>
  2500. <param name="fCaption">A string value specifying the category row&#39;s caption. Sets the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Caption"/> property value.</param>
  2501. </member>
  2502. <member name="M:DevExpress.XtraVerticalGrid.Rows.CategoryRow.GetRowProperties">
  2503. <summary>
  2504. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  2505. </summary>
  2506. <returns></returns>
  2507. </member>
  2508. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRow.MaxCaptionLineCount">
  2509. <summary>
  2510. <para>Gets or sets the maximum number of text lines used to display the category&#39;s caption.</para>
  2511. </summary>
  2512. <value>An integer value specifying the maximum number of text lines within the category.</value>
  2513. </member>
  2514. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRow.Properties">
  2515. <summary>
  2516. <para>Gets the category row&#39;s settings.</para>
  2517. </summary>
  2518. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object containing properties specific to category rows.</value>
  2519. </member>
  2520. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRow.TabStop">
  2521. <summary>
  2522. <para>Gets or sets whether the user can move focus to the category row using the TAB/SHIFT+TAB key.</para>
  2523. </summary>
  2524. <value>true if the user can focus the category row using the TAB/SHIFT+TAB key; otherwise, false.</value>
  2525. </member>
  2526. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRow.TreeButtonType">
  2527. <summary>
  2528. <para>Gets the category row&#39;s tree button type.</para>
  2529. </summary>
  2530. <value>A <see cref="T:DevExpress.XtraVerticalGrid.TreeButtonType"/> enumeration member specifying the button&#39;s type.</value>
  2531. </member>
  2532. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRow.XtraRowTypeID">
  2533. <summary>
  2534. <para>Gets a value indicating the category row&#39;s type.</para>
  2535. </summary>
  2536. <value>An integer value indicating a category row&#39;s type.</value>
  2537. </member>
  2538. <member name="T:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties">
  2539. <summary>
  2540. <para>Contains row item settings for a category row.</para>
  2541. </summary>
  2542. </member>
  2543. <member name="M:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.#ctor">
  2544. <summary>
  2545. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties"/> object.</para>
  2546. </summary>
  2547. </member>
  2548. <member name="M:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.#ctor(System.String)">
  2549. <summary>
  2550. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties"/> object with the specified caption.</para>
  2551. </summary>
  2552. <param name="fCaption">A string value specifying the category&#39;s caption. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Caption"/> property.</param>
  2553. </member>
  2554. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.Bindable">
  2555. <summary>
  2556. <para>Gets a value indicating whether the corresponding row can display data from a data source field.</para>
  2557. </summary>
  2558. <value>true if the row can be bound to a data source field; otherwise false.</value>
  2559. </member>
  2560. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.FieldName">
  2561. <summary>
  2562. <para>Overrides the inherited <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FieldName"/> property to return an empty string and prohibit property value modifications.</para>
  2563. </summary>
  2564. <value>The String.Empty value.</value>
  2565. </member>
  2566. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.OptionsFilter">
  2567. <summary>
  2568. <para>This property is not relevant for this class.</para>
  2569. </summary>
  2570. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter"/> object.</value>
  2571. </member>
  2572. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.ReadOnly">
  2573. <summary>
  2574. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  2575. </summary>
  2576. <value>Always returns true.</value>
  2577. </member>
  2578. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.RowEdit">
  2579. <summary>
  2580. <para>Gets or sets the repository item specifying the editor used to edit a row&#39;s cell values.</para>
  2581. </summary>
  2582. <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant.</value>
  2583. </member>
  2584. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.RowEditName">
  2585. <summary>
  2586. <para>Gets or sets the name of the row&#39;s editor.</para>
  2587. </summary>
  2588. <value>A string value specifying the editor&#39;s name.</value>
  2589. </member>
  2590. <member name="P:DevExpress.XtraVerticalGrid.Rows.CategoryRowProperties.RowHandle">
  2591. <summary>
  2592. <para>Gets the position of the associated field within a data source.</para>
  2593. </summary>
  2594. <value>The -1 value.</value>
  2595. </member>
  2596. <member name="T:DevExpress.XtraVerticalGrid.Rows.EditorRow">
  2597. <summary>
  2598. <para>Specifies a single-edtior data row within the vertical grid control.</para>
  2599. </summary>
  2600. </member>
  2601. <member name="M:DevExpress.XtraVerticalGrid.Rows.EditorRow.#ctor">
  2602. <summary>
  2603. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.EditorRow"/> object with default settings.</para>
  2604. </summary>
  2605. </member>
  2606. <member name="M:DevExpress.XtraVerticalGrid.Rows.EditorRow.#ctor(System.String)">
  2607. <summary>
  2608. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.EditorRow"/> object and binds it to the specified datasource field.</para>
  2609. </summary>
  2610. <param name="fFieldName">A string value specifying the name of the data field to which the created row should be bound. Sets the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FieldName"/> property value.</param>
  2611. </member>
  2612. <member name="P:DevExpress.XtraVerticalGrid.Rows.EditorRow.Enabled">
  2613. <summary>
  2614. <para>Gets or sets a value indicating whether the row allows cell editors to be invoked.</para>
  2615. </summary>
  2616. <value>true if the row allows you to invoke cell editors; otherwise, false.</value>
  2617. </member>
  2618. <member name="M:DevExpress.XtraVerticalGrid.Rows.EditorRow.GetRowProperties">
  2619. <summary>
  2620. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  2621. </summary>
  2622. <returns></returns>
  2623. </member>
  2624. <member name="P:DevExpress.XtraVerticalGrid.Rows.EditorRow.Properties">
  2625. <summary>
  2626. <para>Gets an object containing settings specific to an editor row.</para>
  2627. </summary>
  2628. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object containing the properties of an editor row.</value>
  2629. </member>
  2630. <member name="P:DevExpress.XtraVerticalGrid.Rows.EditorRow.XtraRowTypeID">
  2631. <summary>
  2632. <para>Gets a value indicating the editor row&#39;s type.</para>
  2633. </summary>
  2634. <value>An integer value indicating the type of an editor row.</value>
  2635. </member>
  2636. <member name="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow">
  2637. <summary>
  2638. <para>Represents a multi-editor row.</para>
  2639. </summary>
  2640. </member>
  2641. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.#ctor">
  2642. <summary>
  2643. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> object with default settings.</para>
  2644. </summary>
  2645. </member>
  2646. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.GetRowProperties">
  2647. <summary>
  2648. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  2649. </summary>
  2650. <returns></returns>
  2651. </member>
  2652. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.Properties">
  2653. <summary>
  2654. <para>Gets an object containing settings specific to the first item in a multi-editor row.</para>
  2655. </summary>
  2656. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> descendant representing the type specific properties of the first item within a multi-editor row. null (Nothing in Visual Basic) if the multi-editor row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/> collection is empty.</value>
  2657. </member>
  2658. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection">
  2659. <summary>
  2660. <para>Gets a collection of items within a multi-editor row.</para>
  2661. </summary>
  2662. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection"/> object representing a collection of multi-editor row items.</value>
  2663. </member>
  2664. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.SeparatorKind">
  2665. <summary>
  2666. <para>Gets or sets a value specifying the type of the item cell separator displayed within a multi-editor row.</para>
  2667. </summary>
  2668. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.SeparatorKind"/> enumerator value specifying the type of item cell separators.</value>
  2669. </member>
  2670. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.SeparatorString">
  2671. <summary>
  2672. <para>Gets or sets the string used as an item cell separator within a multi-editor row.</para>
  2673. </summary>
  2674. <value>A string representing an item separator in a multi-editor row.</value>
  2675. </member>
  2676. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.ToString">
  2677. <summary>
  2678. <para>Returns the text representation of the current object.</para>
  2679. </summary>
  2680. <returns>A string that is the text representation of the current object.</returns>
  2681. </member>
  2682. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.XtraRowTypeID">
  2683. <summary>
  2684. <para>Gets a value indicating the multi-editor row&#39;s type.</para>
  2685. </summary>
  2686. <value>An integer value indicating the type of a multi-editor row.</value>
  2687. </member>
  2688. <member name="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties">
  2689. <summary>
  2690. <para>Contains row item settings for a multi-editor row.</para>
  2691. </summary>
  2692. </member>
  2693. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.#ctor">
  2694. <summary>
  2695. <para>Cteates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object with default settings.</para>
  2696. </summary>
  2697. </member>
  2698. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.#ctor(System.String)">
  2699. <summary>
  2700. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object and binds it to the specified data field.</para>
  2701. </summary>
  2702. <param name="fFieldName">A string value specifying the name of the data field to which the created row item should be bound. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FieldName"/> property.</param>
  2703. </member>
  2704. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.CellWidth">
  2705. <summary>
  2706. <para>Gets or sets the width of the data cells in a multi-editor row.</para>
  2707. </summary>
  2708. <value>An integer value that specifies the width of the data cells in a multi-editor row.</value>
  2709. </member>
  2710. <member name="F:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.MinWidth">
  2711. <summary>
  2712. <para>Specifies the minimum row item width. By default, it is set to 5 pixels.</para>
  2713. </summary>
  2714. <value></value>
  2715. </member>
  2716. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.Name">
  2717. <summary>
  2718. <para>Gets or sets the row name.</para>
  2719. </summary>
  2720. <value>A <see cref="T:System.String"/> value specifying the row name.</value>
  2721. </member>
  2722. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties.Width">
  2723. <summary>
  2724. <para>Gets or sets the width of a row item.</para>
  2725. </summary>
  2726. <value>An integer representing a row item&#39;s width.</value>
  2727. </member>
  2728. <member name="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection">
  2729. <summary>
  2730. <para>Represents a collection of items within a multi-editor row.</para>
  2731. </summary>
  2732. </member>
  2733. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Add">
  2734. <summary>
  2735. <para>Creates and adds a new row item to the collection.</para>
  2736. </summary>
  2737. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object representing the newly created row item.</returns>
  2738. </member>
  2739. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Add(DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties)">
  2740. <summary>
  2741. <para>Adds an existing row item to the end of the collection.</para>
  2742. </summary>
  2743. <param name="rowProperties">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object representing the row item to add.</param>
  2744. <returns>An integer value representing the collection index of the row item added.</returns>
  2745. </member>
  2746. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.AddProperties(System.String)">
  2747. <summary>
  2748. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object which is bound to a specific data field and appends it to the collection.</para>
  2749. </summary>
  2750. <param name="fFieldName">A <see cref="T:System.String"/> value which specifies the name of the data field to which the newly created row item should be bound.</param>
  2751. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object which represents the new row item.</returns>
  2752. </member>
  2753. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.AddRange(DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties[])">
  2754. <summary>
  2755. <para>Adds an array of <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> objects to the collection of row items.</para>
  2756. </summary>
  2757. <param name="props">An array of <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> objects to be added to the row item collection of a multi-editor row.</param>
  2758. </member>
  2759. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Clear">
  2760. <summary>
  2761. <para>Removes all row items from the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/>.</para>
  2762. </summary>
  2763. </member>
  2764. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Contains(System.Object)">
  2765. <summary>
  2766. <para>Determines whether a specific row item is a member of the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/>.</para>
  2767. </summary>
  2768. <param name="rowProperties">The <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object, to locate in the row item collection.</param>
  2769. <returns>true if the specified row item is contained within the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/>; otherwise false.</returns>
  2770. </member>
  2771. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Count">
  2772. <summary>
  2773. <para>Gets the actual number of row items contained within the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/>.</para>
  2774. </summary>
  2775. <value>An integer value representing the number of row items in the row item collection.</value>
  2776. </member>
  2777. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.IndexOf(System.Object)">
  2778. <summary>
  2779. <para>Searches for a specific row item object and returns the zero-based index of the first occurrence within the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/>.</para>
  2780. </summary>
  2781. <param name="rowProperties">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object representing the row item to locate within the collection.</param>
  2782. <returns>The zero-based index of the first occurrence of a specific row item within the row item collection, if found; otherwise -1.</returns>
  2783. </member>
  2784. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Insert(System.Int32,DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties)">
  2785. <summary>
  2786. <para>Adds the specified row item to the specified position within the collection.</para>
  2787. </summary>
  2788. <param name="index">An integer value representing the zero-based index at which the specified row item should be inserted. If negative or it exceeds the number of elements, an exception is raised.</param>
  2789. <param name="rowProperties">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object representing the row item to be inserted.</param>
  2790. </member>
  2791. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Item(System.Int32)">
  2792. <summary>
  2793. <para>Gets a row item object from the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/> at the specified position.</para>
  2794. </summary>
  2795. <param name="index">An integer value specifying the zero-based index of the desired row item.</param>
  2796. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object or descendant representing the row item located at the specified position within the row item collection.</value>
  2797. </member>
  2798. <member name="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Item(System.String)">
  2799. <summary>
  2800. <para>Gets a row item from the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/> by the bound field name.</para>
  2801. </summary>
  2802. <param name="fFieldName">A string value specifying the name of the data field to which a row item is bound.</param>
  2803. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object or descendant representing a row item bound to a field with the required name. null (Nothing in Visual Basic) if there are no row items bound to the specified field.</value>
  2804. </member>
  2805. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.Remove(System.Object)">
  2806. <summary>
  2807. <para>Removes a specific row item object from the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/>.</para>
  2808. </summary>
  2809. <param name="rowProperties">An object representing the row item to remove from the row item collection.</param>
  2810. </member>
  2811. <member name="M:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowPropertiesCollection.RemoveAt(System.Int32)">
  2812. <summary>
  2813. <para>Removes a row item object from the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.PropertiesCollection"/> at the specified position.</para>
  2814. </summary>
  2815. <param name="index">An integer value representing the index of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRowProperties"/> object in the row item collection to remove.</param>
  2816. </member>
  2817. <member name="T:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow">
  2818. <summary>
  2819. <para>Specifies a property grid row in the Office view.</para>
  2820. </summary>
  2821. </member>
  2822. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.#ctor">
  2823. <summary>
  2824. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow"/> class.</para>
  2825. </summary>
  2826. </member>
  2827. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.#ctor(DevExpress.XtraEditors.Repository.RepositoryItem)">
  2828. <summary>
  2829. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow"/> class with specified settings.</para>
  2830. </summary>
  2831. <param name="baseRepository">An object that specifies a repository item of the editor used to edit values in this row. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.Repository"/> property.</param>
  2832. </member>
  2833. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.EditorAlignment">
  2834. <summary>
  2835. <para>Gets or sets whether the editor is aligned at the left, right, center, or stretched.</para>
  2836. </summary>
  2837. <value>A value that specifies how the editor is aligned in the row.</value>
  2838. </member>
  2839. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.EditorPosition">
  2840. <summary>
  2841. <para>Gets or sets whether the editor is located before or after the caption.</para>
  2842. </summary>
  2843. <value>A value that specifies whether the editor is located before or after the caption.</value>
  2844. </member>
  2845. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.EditorSize">
  2846. <summary>
  2847. <para>Gets the editor size.</para>
  2848. </summary>
  2849. <value>A <see cref="T:System.Drawing.Size"/> structure that specifies a size.</value>
  2850. </member>
  2851. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.GetLineCount">
  2852. <summary>
  2853. <para>Gets the number of text lines in the row.</para>
  2854. </summary>
  2855. <returns>An integer value that specifies the number of text lines in the row.</returns>
  2856. </member>
  2857. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.Grid">
  2858. <summary>
  2859. <para>Gets the property grid that contains this row.</para>
  2860. </summary>
  2861. <value>An object that specifies a property grid.</value>
  2862. </member>
  2863. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.HasChildren">
  2864. <summary>
  2865. <para>Gets whether this row has child rows.</para>
  2866. </summary>
  2867. <value>true, if this row has child rows; otherwise, false.</value>
  2868. </member>
  2869. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.Indent">
  2870. <summary>
  2871. <para>Gets the value that specifies padding, line spacing, etc.</para>
  2872. </summary>
  2873. <value>An integer value that specifies padding, line spacing, etc.</value>
  2874. </member>
  2875. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.OptionsBrick">
  2876. <summary>
  2877. <para>Contains options that specify property markers (small rectangles displayed next to property editors).</para>
  2878. </summary>
  2879. <value>An object that contains property marker options.</value>
  2880. </member>
  2881. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.Repository">
  2882. <summary>
  2883. <para>Gets or sets the repository item of the editor used to edit values in this row.</para>
  2884. </summary>
  2885. <value>An object that specifies a repository item of the editor used to edit values in this row.</value>
  2886. </member>
  2887. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridCustomEditorRow.TryGetEditingValue(System.Object@)">
  2888. <summary>
  2889. <para>Gets the row editor&#39;s value.</para>
  2890. </summary>
  2891. <param name="editingValue">An object that specifies the edit value.</param>
  2892. </member>
  2893. <member name="T:DevExpress.XtraVerticalGrid.Rows.PGridEditorRow">
  2894. <summary>
  2895. <para>Specifies a single-editor data row within the property grid control.</para>
  2896. </summary>
  2897. </member>
  2898. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridEditorRow.#ctor">
  2899. <summary>
  2900. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.PGridEditorRow"/> class.</para>
  2901. </summary>
  2902. </member>
  2903. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridEditorRow.#ctor(System.String)">
  2904. <summary>
  2905. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.PGridEditorRow"/> class with specified settings.</para>
  2906. </summary>
  2907. <param name="fieldName">A string value that specifies the name of the data field bound to the row being created. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FieldName"/> property.</param>
  2908. </member>
  2909. <member name="T:DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind">
  2910. <summary>
  2911. <para>Contains options that specify the Find Panel.</para>
  2912. </summary>
  2913. </member>
  2914. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind.#ctor">
  2915. <summary>
  2916. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind"/> class.</para>
  2917. </summary>
  2918. </member>
  2919. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind.Assign(DevExpress.Utils.Controls.BaseOptions)">
  2920. <summary>
  2921. <para>Assigns the specified object&#39;s property values to the current object&#39;s corresponding properties.</para>
  2922. </summary>
  2923. <param name="options">The object whose property values to assign to the current object&#39;s corresponding properties.</param>
  2924. </member>
  2925. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind.Location">
  2926. <summary>
  2927. <para>Gets or sets whether the Find Panel is located at the control&#39;s top edge or integrated into the tab panel (in the Office View only).</para>
  2928. </summary>
  2929. <value>A value that specifies the Find Panel location.</value>
  2930. </member>
  2931. <member name="P:DevExpress.XtraVerticalGrid.Rows.PGridOptionsFind.MinWidth">
  2932. <summary>
  2933. <para>Gets or sets the Find Panel&#39;s minimum width (in the Office View only).</para>
  2934. </summary>
  2935. <value>An integer value that specifies the Find Panel&#39;s minimum width.</value>
  2936. </member>
  2937. <member name="T:DevExpress.XtraVerticalGrid.Rows.PGridOptionsMenu">
  2938. <summary>
  2939. <para>Contains options that affect the display of context menus in a <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</para>
  2940. </summary>
  2941. </member>
  2942. <member name="M:DevExpress.XtraVerticalGrid.Rows.PGridOptionsMenu.#ctor">
  2943. <summary>
  2944. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.PGridOptionsMenu"/> class.</para>
  2945. </summary>
  2946. </member>
  2947. <member name="T:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions">
  2948. <summary>
  2949. <para>Contains options that specify property markers (small rectangles displayed next to property editors).</para>
  2950. </summary>
  2951. </member>
  2952. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions.#ctor(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  2953. <summary>
  2954. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions"/> class with specified settings.</para>
  2955. </summary>
  2956. <param name="row">The row that uses these options.</param>
  2957. </member>
  2958. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions.AllowBrick">
  2959. <summary>
  2960. <para>Gets or sets whether the row displays a property marker (a small rectangle next to the property editor).</para>
  2961. </summary>
  2962. <value>true, if the row displays a property marker; otherwise, false.</value>
  2963. </member>
  2964. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions.BackColor">
  2965. <summary>
  2966. <para>Gets the property marker background color.</para>
  2967. </summary>
  2968. <value>A structure that specifies a color.</value>
  2969. </member>
  2970. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions.BorderColor">
  2971. <summary>
  2972. <para>Gets or sets the property marker border color.</para>
  2973. </summary>
  2974. <value>A structure that specifies a color.</value>
  2975. </member>
  2976. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions.DefaultValueColor">
  2977. <summary>
  2978. <para>Gets or sets the property marker color when the property value is modified.</para>
  2979. </summary>
  2980. <value>A structure that specifies a color.</value>
  2981. </member>
  2982. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions.ModifiedValueColor">
  2983. <summary>
  2984. <para>Gets or sets the property marker color when the property is set to its default value.</para>
  2985. </summary>
  2986. <value>A structure that specifies a color.</value>
  2987. </member>
  2988. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowBrickOptions.ReadOnlyValueColor">
  2989. <summary>
  2990. <para>Gets or sets the property marker color when the property cannot be modified.</para>
  2991. </summary>
  2992. <value>A structure that specifies a color.</value>
  2993. </member>
  2994. <member name="T:DevExpress.XtraVerticalGrid.Rows.RowOperation">
  2995. <summary>
  2996. <para>Serves as the base for classes, performing operations on rows.</para>
  2997. </summary>
  2998. </member>
  2999. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowOperation.CanContinueIteration(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  3000. <summary>
  3001. <para>Returns a value indicating whether the iteration must be stopped.</para>
  3002. </summary>
  3003. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the processed row.</param>
  3004. <returns>true to continue iteration; false to stop iteration.</returns>
  3005. </member>
  3006. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowOperation.Execute(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  3007. <summary>
  3008. <para>Performs the operation on the visited row.</para>
  3009. </summary>
  3010. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the processed row against which the operation is performed.</param>
  3011. </member>
  3012. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowOperation.Init">
  3013. <summary>
  3014. <para>Performs specific actions before recursion starts.</para>
  3015. </summary>
  3016. </member>
  3017. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowOperation.NeedsFullIteration">
  3018. <summary>
  3019. <para>Gets a value indicating whether all rows or only parent rows are processed.</para>
  3020. </summary>
  3021. <value>true if all rows must be processed by the operation; false if only rows that have children are to be processed.</value>
  3022. </member>
  3023. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowOperation.NeedsVisitChildren(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  3024. <summary>
  3025. <para>Returns a value specifying whether the operation is performed on the specified row&#39;s children.</para>
  3026. </summary>
  3027. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing the processed row whose child rows are to be visited.</param>
  3028. <returns>true if the operation must be performed on the specified row&#39;s children; otherwise, false.</returns>
  3029. </member>
  3030. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowOperation.NeedsVisitUnloadedRows">
  3031. <summary>
  3032. <para></para>
  3033. </summary>
  3034. <value></value>
  3035. </member>
  3036. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowOperation.Release">
  3037. <summary>
  3038. <para>Performs actions after a recursion has finished.</para>
  3039. </summary>
  3040. </member>
  3041. <member name="T:DevExpress.XtraVerticalGrid.Rows.RowProperties">
  3042. <summary>
  3043. <para>Represents settings common to all row items.</para>
  3044. </summary>
  3045. </member>
  3046. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.#ctor">
  3047. <summary>
  3048. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object with default settings.</para>
  3049. </summary>
  3050. </member>
  3051. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.#ctor(System.String)">
  3052. <summary>
  3053. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object with the specified data field name.</para>
  3054. </summary>
  3055. <param name="fFieldName">A <see cref="T:System.String"/> value specifying the name of a data field. This value is assigned to the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FieldName"/> property.</param>
  3056. </member>
  3057. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.AllowEdit">
  3058. <summary>
  3059. <para>Gets or sets whether end-users are allowed to invoke cell editors for the current row.</para>
  3060. </summary>
  3061. <value>true, if end-users are allowed to invoke cell editors for the current row; otherwise, false.</value>
  3062. </member>
  3063. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.AnnotationAttributes">
  3064. <summary>
  3065. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  3066. </summary>
  3067. <value></value>
  3068. </member>
  3069. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.AssignTo(DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  3070. <summary>
  3071. <para>Copies the current row&#39;s settings to the specified row item.</para>
  3072. </summary>
  3073. <param name="destinationRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object or a descendant, representing the row item into which the settings are copied.</param>
  3074. </member>
  3075. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.BaseName">
  3076. <summary>
  3077. <para>For internal use.</para>
  3078. </summary>
  3079. <value></value>
  3080. </member>
  3081. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Bindable">
  3082. <summary>
  3083. <para>Gets a value indicating whether the corresponding row can display data from a data source field.</para>
  3084. </summary>
  3085. <value>true if the row can be bound to a data source field; otherwise, false.</value>
  3086. </member>
  3087. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.CanDrawEditorBorder">
  3088. <summary>
  3089. <para>Returns whether to draw borders around row items.</para>
  3090. </summary>
  3091. <returns>A value that specifies whether to draw borders around row items.</returns>
  3092. </member>
  3093. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Caption">
  3094. <summary>
  3095. <para>Gets or sets the caption for a row item.</para>
  3096. </summary>
  3097. <value>A string value specifying the caption of a row item. If not set, returns an empty string.</value>
  3098. </member>
  3099. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.CustomizationCaption">
  3100. <summary>
  3101. <para>Gets or sets the row&#39;s caption when its header is displayed within the Customization Form.</para>
  3102. </summary>
  3103. <value>A string that specifies the row&#39;s caption when its header is displayed within the Customization Form.</value>
  3104. </member>
  3105. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.DrawEditorBorder">
  3106. <summary>
  3107. <para>Gets or sets whether to draw borders around row items.</para>
  3108. </summary>
  3109. <value>A value that specifies whether to draw borders around row items. The null value is equivalent to false.</value>
  3110. </member>
  3111. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FieldName">
  3112. <summary>
  3113. <para>Gets or sets the name of the data source field to bind to a row item.</para>
  3114. </summary>
  3115. <value>A <see cref="T:System.String"/> value specifying the name of the data field bound to a row.</value>
  3116. </member>
  3117. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FilterInfo">
  3118. <summary>
  3119. <para>Gets or sets an object specifying the filter applied to the current row.</para>
  3120. </summary>
  3121. <value>A DevExpress.XtraVerticalGrid.Rows.VGridRowFilterInfo object specifying the filter applied to the row owning the current properties.</value>
  3122. </member>
  3123. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.FilterMode">
  3124. <summary>
  3125. <para>Gets or sets whether display or edit values of this row used to filter the control&#39;s data.</para>
  3126. </summary>
  3127. <value>A <see cref="T:DevExpress.XtraGrid.ColumnFilterMode"/> enumeration value that specifies whether display or edit values of this row are used to filter the control&#39;s data.</value>
  3128. </member>
  3129. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Format">
  3130. <summary>
  3131. <para>Gets the object that specifies the formatting applied to row values.</para>
  3132. </summary>
  3133. <value>A <see cref="T:DevExpress.Utils.FormatInfo"/> object that specifies formatting settings for row values.</value>
  3134. </member>
  3135. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.GetActualImage(System.Func{DevExpress.Utils.Design.ISvgPaletteProvider})">
  3136. <summary>
  3137. <para>Returns the actual image displayed in the row item&#39;s header.</para>
  3138. </summary>
  3139. <param name="paletteGetter">A function that returns a provider of palettes used to colorize vector images.</param>
  3140. <returns>An Image object specifying the image displayed in the row item&#39;s header.</returns>
  3141. </member>
  3142. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.GetActualImageWidth">
  3143. <summary>
  3144. <para>Returns the actual width of the image displayed in the row item&#39;s header.</para>
  3145. </summary>
  3146. <returns>An integer value that specifies the image width.</returns>
  3147. </member>
  3148. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ImageIndex">
  3149. <summary>
  3150. <para>Gets or sets the index of the image displayed within a row item header.</para>
  3151. </summary>
  3152. <value>An integer value representing the zero-based index of the image displayed within a row item header.</value>
  3153. </member>
  3154. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ImageOptions">
  3155. <summary>
  3156. <para>Provides access to settings that allow you to set up raster and vector icons for this row item&#39;s header.</para>
  3157. </summary>
  3158. <value>A DevExpress.XtraVerticalGrid.Rows.BaseRowImageOptions object that stores image-related options.</value>
  3159. </member>
  3160. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Images">
  3161. <summary>
  3162. <para>Gets the source of the images displayed within row headers.</para>
  3163. </summary>
  3164. <value>An object which represents the source of the images displayed within row headers.</value>
  3165. </member>
  3166. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.IsLoading">
  3167. <summary>
  3168. <para>Gets whether the object is being initialized.</para>
  3169. </summary>
  3170. <value>true if the object is being initiailized; otherwise, false.</value>
  3171. </member>
  3172. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.IsSourceReadOnly">
  3173. <summary>
  3174. <para>Gets whether the data field corresponding to the current editor row is read only in the data source.</para>
  3175. </summary>
  3176. <value>true, if the data field is read only in the data source.; otherwise, false.</value>
  3177. </member>
  3178. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.OptionsFilter">
  3179. <summary>
  3180. <para>Provides access to filter options specific to the current row.</para>
  3181. </summary>
  3182. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter"/> object representing a set of filter options specific to the current row.</value>
  3183. </member>
  3184. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Padding">
  3185. <summary>
  3186. <para>Gets or sets padding for row items.</para>
  3187. </summary>
  3188. <value>Padding for row items.</value>
  3189. </member>
  3190. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ReadOnly">
  3191. <summary>
  3192. <para>Gets or sets whether the current editor row is read only.</para>
  3193. </summary>
  3194. <value>true, if the current editor row is read only ; otherwise, false.</value>
  3195. </member>
  3196. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.ResetPadding">
  3197. <summary>
  3198. <para>Sets the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Padding"/> property to Padding.Empty.</para>
  3199. </summary>
  3200. </member>
  3201. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Row">
  3202. <summary>
  3203. <para>Gets an object representing the row to which a row belongs.</para>
  3204. </summary>
  3205. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant object containing a row item.</value>
  3206. </member>
  3207. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.RowEdit">
  3208. <summary>
  3209. <para>Gets or sets the repository item that specifies the editor used to edit a row item cell values.</para>
  3210. </summary>
  3211. <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItem"/> descendant.</value>
  3212. </member>
  3213. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.RowEditName">
  3214. <summary>
  3215. <para>Gets or sets the name of the row item&#39;s editor.</para>
  3216. </summary>
  3217. <value>A string value specifying the editor&#39;s name.</value>
  3218. </member>
  3219. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.RowHandle">
  3220. <summary>
  3221. <para>Gets the position of the associated field within a data source.</para>
  3222. </summary>
  3223. <value>An integer value representing the zero-based index of the corresponding field within a data source.</value>
  3224. </member>
  3225. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.RowType">
  3226. <summary>
  3227. <para>Gets the type of data represented by a row item.</para>
  3228. </summary>
  3229. <value>A <see cref="T:System.Type"/> object indicating the row item&#39;s data type.</value>
  3230. </member>
  3231. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.SearchTags">
  3232. <summary>
  3233. <para>Gets or sets a comma-separated list of tags by which the find panel can find this row.</para>
  3234. </summary>
  3235. <value>A string value that specifies a comma-separated list of tags by which the find panel can find this row.</value>
  3236. </member>
  3237. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.ShouldSerializePadding">
  3238. <summary>
  3239. <para>Returns whether the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Padding"/> property should be serialized.</para>
  3240. </summary>
  3241. <returns>true if the <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Padding"/> property should be serialized; otherwise, false.</returns>
  3242. </member>
  3243. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ShowUnboundExpressionMenu">
  3244. <summary>
  3245. <para>Gets or sets whether an end-user can open an Expression Editor for the current unbound row, using a context menu.</para>
  3246. </summary>
  3247. <value>true if an end-user can open an Expression Editor for the current unbound row, using a context menu; otherwise, false.</value>
  3248. </member>
  3249. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.ToolTip">
  3250. <summary>
  3251. <para>Gets or sets a custom tooltip for the current row header.</para>
  3252. </summary>
  3253. <value>A string, which is a custom tooltip for the row header.</value>
  3254. </member>
  3255. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.UnboundExpression">
  3256. <summary>
  3257. <para>Gets or sets an expression used to evaluate values for the current unbound row.</para>
  3258. </summary>
  3259. <value>A string that specifies an expression used to evaluate values for the current row.</value>
  3260. </member>
  3261. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.UnboundType">
  3262. <summary>
  3263. <para>Gets or sets the data type and binding mode of the row.</para>
  3264. </summary>
  3265. <value>A <see cref="T:DevExpress.Data.UnboundColumnType"/> enumeration value representing the data type and binding mode of the row.</value>
  3266. </member>
  3267. <member name="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Value">
  3268. <summary>
  3269. <para>Gets or sets the value of a row item&#39;s data cell when the grid is in Unbound Mode.</para>
  3270. </summary>
  3271. <value>A <see cref="T:System.Object"/> representing the value associated with a row item.</value>
  3272. </member>
  3273. <member name="M:DevExpress.XtraVerticalGrid.Rows.RowProperties.XtraShouldSerializeValue">
  3274. <summary>
  3275. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  3276. </summary>
  3277. <returns></returns>
  3278. </member>
  3279. <member name="T:DevExpress.XtraVerticalGrid.Rows.RowSortOrder">
  3280. <summary>
  3281. <para>Lists values specifying the sort orders.</para>
  3282. </summary>
  3283. </member>
  3284. <member name="F:DevExpress.XtraVerticalGrid.Rows.RowSortOrder.Ascending">
  3285. <summary>
  3286. <para>Reserved for future use. Sorts row cells in ascending order.</para>
  3287. </summary>
  3288. </member>
  3289. <member name="F:DevExpress.XtraVerticalGrid.Rows.RowSortOrder.Descending">
  3290. <summary>
  3291. <para>Reserved for future use. Sorts row cells in descending order.</para>
  3292. </summary>
  3293. </member>
  3294. <member name="F:DevExpress.XtraVerticalGrid.Rows.RowSortOrder.None">
  3295. <summary>
  3296. <para>Reserved for future use. Cancels the sorting applied.</para>
  3297. </summary>
  3298. </member>
  3299. <member name="T:DevExpress.XtraVerticalGrid.Rows.SeparatorKind">
  3300. <summary>
  3301. <para>Contains values specifying the type of item cell separators.</para>
  3302. </summary>
  3303. </member>
  3304. <member name="F:DevExpress.XtraVerticalGrid.Rows.SeparatorKind.String">
  3305. <summary>
  3306. <para>Specifies that cell separators have a custom string representation defined by the <see cref="P:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow.SeparatorString"/> property. In this case the Separator style is used to control the look and feel of separator elements.</para>
  3307. </summary>
  3308. </member>
  3309. <member name="F:DevExpress.XtraVerticalGrid.Rows.SeparatorKind.VertLine">
  3310. <summary>
  3311. <para>Specifies that a cell separator is displayed as a vertical line. The separator style is specified by the VertLine style, which affects the look and feel of all vertical lines within your grid control.</para>
  3312. </summary>
  3313. </member>
  3314. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridCustomizationForm">
  3315. <summary>
  3316. <para>Represents the grid&#39;s Customization Form.</para>
  3317. </summary>
  3318. </member>
  3319. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridCustomizationForm.CategoryItemWidth">
  3320. <summary>
  3321. <para>Gets the width of category row headers displayed on the Categories page of the Customization Form.</para>
  3322. </summary>
  3323. <value>An integer value representing the width of category row headers displayed on the Categories page of the Customization Form.</value>
  3324. </member>
  3325. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridCustomizationForm.PressedRow">
  3326. <summary>
  3327. <para>Gets or sets a row whose header is dragged from the Customization Form.</para>
  3328. </summary>
  3329. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant representing a row whose header is pressed in the Customization Form.</value>
  3330. </member>
  3331. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridCustomizationForm.RightToLeft">
  3332. <summary>
  3333. <para>Gets or sets whether the form&#39;s visual elements are aligned to support locales using right-to-left fonts.</para>
  3334. </summary>
  3335. <value>A <see cref="T:System.Windows.Forms.RightToLeft"/> enumeration value that specifies whether the form&#39;s visual elements are aligned to support locales using right-to-left fonts.</value>
  3336. </member>
  3337. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridCustomizationForm.RowItemWidth">
  3338. <summary>
  3339. <para>Represents the width of row headers displayed on the Rows page of the Customization Form.</para>
  3340. </summary>
  3341. <value>An integer value representing the width of row headers displayed on the Rows page of the Customization Form.</value>
  3342. </member>
  3343. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridCustomizationForm.UpdateSize">
  3344. <summary>
  3345. <para>Updates the size of the Customization Form.</para>
  3346. </summary>
  3347. </member>
  3348. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind">
  3349. <summary>
  3350. <para>Contains options controlling the view and behavior settings of the Find Panel.</para>
  3351. </summary>
  3352. </member>
  3353. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.#ctor">
  3354. <summary>
  3355. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind"/> class.</para>
  3356. </summary>
  3357. </member>
  3358. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.Assign(DevExpress.Utils.Controls.BaseOptions)">
  3359. <summary>
  3360. <para>Copies all the settings of the object passed as this method&#39;s parameter to the current object.</para>
  3361. </summary>
  3362. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  3363. </member>
  3364. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.ClearFindOnClose">
  3365. <summary>
  3366. <para>Gets or sets whether the Find Panel&#39;s search (filter) string is cleared when the Find Panel is hidden.</para>
  3367. </summary>
  3368. <value>true, if the Find Panel&#39;s search string is cleared on hiding the panel; otherwise, false.</value>
  3369. </member>
  3370. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.Condition">
  3371. <summary>
  3372. <para>Gets or sets the operator (Starts With, Contains, etc.) used to evaluate words in cells against keywords in the Find Panel.</para>
  3373. </summary>
  3374. <value>Specifies the filter condition.</value>
  3375. </member>
  3376. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.FindDelay">
  3377. <summary>
  3378. <para>Gets or sets the delay, in milliseconds, after which a data search is initiated (if automatic search mode is active).</para>
  3379. </summary>
  3380. <value>An integer that specifies the delay, in milliseconds, after which a data search is initiated.</value>
  3381. </member>
  3382. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.FindFilterColumns">
  3383. <summary>
  3384. <para>Gets or sets the field names against which searches are performed by the Find Panel.</para>
  3385. </summary>
  3386. <value>A string specifying the field names against which searches are performed.</value>
  3387. </member>
  3388. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.FindMode">
  3389. <summary>
  3390. <para>Gets or sets whether a data search starts automatically, or must be started manually.</para>
  3391. </summary>
  3392. <value>A value that specifies whether a data search starts automatically, or must be started manually.</value>
  3393. </member>
  3394. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.FindNullPrompt">
  3395. <summary>
  3396. <para>Gets or sets the text that is displayed grayed out when the search box is empty.</para>
  3397. </summary>
  3398. <value>The text that is displayed grayed out when the search box is empty.</value>
  3399. </member>
  3400. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.HighlightFindResults">
  3401. <summary>
  3402. <para>Gets or sets whether the search string is highlighted within located records.</para>
  3403. </summary>
  3404. <value>true, if the search string is highlighted within located records; otherwise, false.</value>
  3405. </member>
  3406. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.ParserKind">
  3407. <summary>
  3408. <para>Gets or sets whether a search query in the Find Panel is treated as a whole, or as separate keywords for a logical conjunction or disjunction.</para>
  3409. </summary>
  3410. <value>A FindPanelParserKind enumeration value.</value>
  3411. </member>
  3412. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.ShowClearButton">
  3413. <summary>
  3414. <para>Gets or sets whether the Clear button is displayed within the Find Panel.</para>
  3415. </summary>
  3416. <value>true, if the Clear button is displayed within the Find Panel; otherwise, false.</value>
  3417. </member>
  3418. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.ShowCloseButton">
  3419. <summary>
  3420. <para>Gets or sets whether the close (&#39;x&#39;) button is displayed within the Find Panel.</para>
  3421. </summary>
  3422. <value>true, if the close (&#39;x&#39;) button is displayed within the Find Panel; otherwise, false.</value>
  3423. </member>
  3424. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.ShowFindButton">
  3425. <summary>
  3426. <para>Gets or sets whether the Find button is displayed within the Find Panel.</para>
  3427. </summary>
  3428. <value>true, if the Find button is displayed within the Find Panel; otherwise, false.</value>
  3429. </member>
  3430. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsFind.Visibility">
  3431. <summary>
  3432. <para>Gets or sets whether the Find Panel can be accessed by an end-user.</para>
  3433. </summary>
  3434. <value>A value that specifies whether the Find Panel can be accessed by an end-user.</value>
  3435. </member>
  3436. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsMenu">
  3437. <summary>
  3438. <para>Contains options that affect the display of context menus in a <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>.</para>
  3439. </summary>
  3440. </member>
  3441. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsMenu.#ctor">
  3442. <summary>
  3443. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsMenu"/> class.</para>
  3444. </summary>
  3445. </member>
  3446. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsMenu.Assign(DevExpress.Utils.Controls.BaseOptions)">
  3447. <summary>
  3448. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  3449. </summary>
  3450. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  3451. </member>
  3452. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsMenu.EnableContextMenu">
  3453. <summary>
  3454. <para>Gets or sets whether users can invoke a context menu with a right-click on a property.</para>
  3455. </summary>
  3456. <value>true, if users can invoke a context menu with a right-click on a property; otherwise, false. Since version 17.2, the default is true.</value>
  3457. </member>
  3458. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow">
  3459. <summary>
  3460. <para>Provides row options.</para>
  3461. </summary>
  3462. </member>
  3463. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.#ctor">
  3464. <summary>
  3465. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow"/> class.</para>
  3466. </summary>
  3467. </member>
  3468. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.AllowFocus">
  3469. <summary>
  3470. <para>Gets or sets whether end-users can move focus to the row using either the mouse or keyboard.</para>
  3471. </summary>
  3472. <value>true if end-users can move focus to the row; otherwise, false.</value>
  3473. </member>
  3474. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.AllowHtmlText">
  3475. <summary>
  3476. <para>Gets or sets whether a row caption is formatted using HTML tags.</para>
  3477. </summary>
  3478. <value>True if a row caption is formatted using HTML tags; False if not; Default uses the VGridControl.OptionsView.AllowHtmlText setting.</value>
  3479. </member>
  3480. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.AllowMove">
  3481. <summary>
  3482. <para>Gets or sets whether end-users can drag the row&#39;s header.</para>
  3483. </summary>
  3484. <value>true if end-users can drag the row&#39;s header; otherwise, false.</value>
  3485. </member>
  3486. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.AllowMoveToCustomizationForm">
  3487. <summary>
  3488. <para>Gets or sets whether end-users can drag the row&#39;s header to the Customization Form.</para>
  3489. </summary>
  3490. <value>true to allow end-users to drag the row&#39;s header to the Customization Form; otherwise, false.</value>
  3491. </member>
  3492. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.AllowSize">
  3493. <summary>
  3494. <para>Gets or sets whether end-users can drag the bottom edge of a row&#39;s header to change the row&#39;s height.</para>
  3495. </summary>
  3496. <value>true if end-users can change the height of rows; otherwise, false.</value>
  3497. </member>
  3498. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.Assign(DevExpress.Utils.Controls.BaseOptions)">
  3499. <summary>
  3500. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  3501. </summary>
  3502. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  3503. </member>
  3504. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.DblClickExpanding">
  3505. <summary>
  3506. <para>Gets or sets whether a parent row is expanded after its header has been double clicked.</para>
  3507. </summary>
  3508. <value>true to allow a parent row to be expanded by a double click on its header; otherwise, false.</value>
  3509. </member>
  3510. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.ShowInCustomizationForm">
  3511. <summary>
  3512. <para>Gets or sets whether the row&#39;s header is displayed within the Customization Form when the row is hidden.</para>
  3513. </summary>
  3514. <value>true if the row&#39;s header is displayed within the Customization Form when the row is hidden; otherwise, false.</value>
  3515. </member>
  3516. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter">
  3517. <summary>
  3518. <para>Contains filter options for individual rows.</para>
  3519. </summary>
  3520. </member>
  3521. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.#ctor">
  3522. <summary>
  3523. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter"/> class.</para>
  3524. </summary>
  3525. </member>
  3526. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.AllowFilter">
  3527. <summary>
  3528. <para>Gets or sets whether the filter button is displayed in the row header.</para>
  3529. </summary>
  3530. <value>true if the row&#39;s filter button is enabled; otherwise, false.</value>
  3531. </member>
  3532. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.Assign(DevExpress.Utils.Controls.BaseOptions)">
  3533. <summary>
  3534. <para>Assigns property values of the specified <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter"/> object to the corresponding properties of this object.</para>
  3535. </summary>
  3536. <param name="options">An object whose property values are copied to the current object.</param>
  3537. </member>
  3538. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.ImmediateUpdatePopupExcelFilter">
  3539. <summary>
  3540. <para>Gets or sets whether filter conditions immediately apply to data, or only when the Excel-style Filter Dropdown closes.</para>
  3541. </summary>
  3542. <value>True or Default, if filter conditions immediately apply to data; otherwise, False.</value>
  3543. </member>
  3544. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.PopupExcelFilterDateTimeValuesTabFilterType">
  3545. <summary>
  3546. <para>Gets or sets whether date-time values are arranged in an outline view or a list in the Excel style pop-up filter menus.</para>
  3547. </summary>
  3548. <value>An DevExpress.XtraVerticalGrid.ExcelFilterDateTimeValuesTabFilterType enumeration value that specifies whether date-time values are arranged in an outline view or a list in the Excel style pop-up filter menus.</value>
  3549. </member>
  3550. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.PopupExcelFilterDefaultTab">
  3551. <summary>
  3552. <para>Gets or sets whether the tab with a list of available data values or a list of predefined filter conditions is active by default in the Excel-style Filter Dropdown.</para>
  3553. </summary>
  3554. <value>An DevExpress.XtraVerticalGrid.ExcelFilterDefaultTab enumeration value that specifies whether the &#39;Values&#39; or &#39;Filters&#39; tab opens by default in the Excel-style Filter Dropdown. By Default, the opened tab depends on the column data type.</value>
  3555. </member>
  3556. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.PopupExcelFilterEnumFilters">
  3557. <summary>
  3558. <para>If the current row contains enumeration data, gets or sets whether to show relational (equality and inequalities) filter conditions in the Excel-style Filter Dropdown.</para>
  3559. </summary>
  3560. <value>An DevExpress.XtraVerticalGrid.ExcelFilterEnumFilters enumeration value that specifies whether to show relational (equality and inequalities) filter conditions in the Excel-style Filter Dropdown. Default, if the &#39;Filters&#39; tab is hidden.</value>
  3561. </member>
  3562. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.PopupExcelFilterGrouping">
  3563. <summary>
  3564. <para>Gets or sets data field (row) names separated by a comma, semicolon, space or tab character by which filter values are grouped in the column&#39;s filter menu.</para>
  3565. </summary>
  3566. <value>A <see cref="T:System.String"/> value specifying data field names separated by a comma, semicolon, space or tab character by which filter values are grouped in the column&#39;s filter menu.</value>
  3567. </member>
  3568. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.PopupExcelFilterNumericValuesTabFilterType">
  3569. <summary>
  3570. <para>If the current row contains numeric data, gets or sets whether to display a list of available data values or a range track bar in the &#39;Values&#39; tab of the Excel-style Filter Dropdown.</para>
  3571. </summary>
  3572. <value>The value that specifies the type of filtering UI in the &#39;Values&#39; tab in the filter dropdown.</value>
  3573. </member>
  3574. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.PopupExcelFilterTextFilters">
  3575. <summary>
  3576. <para>Gets or sets whether to show pattern-matching (e.g., Is Like) and relational (e.g., Greater Than) operators for string values in the Excel style pop-up filter menus.</para>
  3577. </summary>
  3578. <value>AllFilters, to show relational and pattern-matching operators in the Excel style pop-up filter menus; otherwise, TextFilters or Default.</value>
  3579. </member>
  3580. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.Reset">
  3581. <summary>
  3582. <para>Resets all options to their default values.</para>
  3583. </summary>
  3584. </member>
  3585. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.ShowBlanksFilterItems">
  3586. <summary>
  3587. <para>Gets or sets whether the filter dropdown displays filter conditions that select blank and not blank data values.</para>
  3588. </summary>
  3589. <value>Default or True, if the filter dropdown displays filter conditions that select blank and not blank data values; otherwise, false.</value>
  3590. </member>
  3591. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRowFilter.ShowEmptyDateFilter">
  3592. <summary>
  3593. <para>If the current row contains dates, gets or sets whether the filter dropdown displays a filter condition that selects the empty (null) and not empty (not null) data values.</para>
  3594. </summary>
  3595. <value>true, to show the filter for empty values; otherwise, false.</value>
  3596. </member>
  3597. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus">
  3598. <summary>
  3599. <para>Represents a set of selection and focus options for the vertical grid.</para>
  3600. </summary>
  3601. </member>
  3602. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus.#ctor">
  3603. <summary>
  3604. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus"/> class with the default settings.</para>
  3605. </summary>
  3606. </member>
  3607. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus.Assign(DevExpress.Utils.Controls.BaseOptions)">
  3608. <summary>
  3609. <para>Copies all the settings of the object passed as this method&#39;s parameter to the current object.</para>
  3610. </summary>
  3611. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  3612. </member>
  3613. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus.EnableAppearanceFocusedRow">
  3614. <summary>
  3615. <para>Gets or sets whether the appearance settings used to paint the header of the focused row are enabled.</para>
  3616. </summary>
  3617. <value>true, if the appearance settings are enabled; otherwise, false.</value>
  3618. </member>
  3619. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus.EnableAppearanceSelectedRowHeader">
  3620. <summary>
  3621. <para>Gets or sets whether or not the appearance settings used to paint the header of the selected row are enabled.</para>
  3622. </summary>
  3623. <value>true, if the appearance settings are enabled; otherwise, false.</value>
  3624. </member>
  3625. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus.MultiSelect">
  3626. <summary>
  3627. <para>Gets or sets whether selection of multiple records, rows and cells is enabled.</para>
  3628. </summary>
  3629. <value>true if selection of multiple records, rows and cells is enabled; otherwise, false.</value>
  3630. </member>
  3631. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus.MultiSelectMode">
  3632. <summary>
  3633. <para>Gets or sets whether multiple records, rows or cells can be selected.</para>
  3634. </summary>
  3635. <value>A value that specifies whether multiple records, rows or cells can be selected.</value>
  3636. </member>
  3637. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridRows">
  3638. <summary>
  3639. <para>Represents a collection of rows within the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> control.</para>
  3640. </summary>
  3641. </member>
  3642. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.Add(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  3643. <summary>
  3644. <para>Adds a specific row to the end of the rows collection and returns its index.</para>
  3645. </summary>
  3646. <param name="row">An instance of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> class descendant representing the row to add.</param>
  3647. <returns>The zero-based index at which a specific row object has been added to the collection.</returns>
  3648. </member>
  3649. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.AddRange(DevExpress.XtraVerticalGrid.Rows.BaseRow[])">
  3650. <summary>
  3651. <para>Adds an array of row objects to the rows collection.</para>
  3652. </summary>
  3653. <param name="rows">An array of <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> derived objects to be added to the collection of rows.</param>
  3654. </member>
  3655. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.ColumnByFieldName(System.String)">
  3656. <summary>
  3657. <para>Returns a row specified by its bound field name in the data source.</para>
  3658. </summary>
  3659. <param name="fieldName">A string value representing the row&#39;s bound field name.</param>
  3660. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object specifying the row bound to the specified field. null (Nothing in Visual Basic) if the collection has no row bound to the field.</returns>
  3661. </member>
  3662. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.Count">
  3663. <summary>
  3664. <para>Gets the number of elements in the collection.</para>
  3665. </summary>
  3666. <value>An integer value that specifies the number of elements contained in the collection.</value>
  3667. </member>
  3668. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.DestroyRows">
  3669. <summary>
  3670. <para>Releases all resources used by the rows in the current collection.</para>
  3671. </summary>
  3672. </member>
  3673. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.FirstVisible">
  3674. <summary>
  3675. <para>Gets the first row from the collection whose <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible"/> property is true.</para>
  3676. </summary>
  3677. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the first row in the collection whose <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible"/> property is true.</value>
  3678. </member>
  3679. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.GetEnumerator">
  3680. <summary>
  3681. <para>Returns an enumerator that iterates through the collection.</para>
  3682. </summary>
  3683. <returns>An IEnumerator&lt;BaseRow&gt; object that can be used to iterate through the collection.</returns>
  3684. </member>
  3685. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.GetRowByFieldName(System.String)">
  3686. <summary>
  3687. <para>Gets a row by the name of the field to which it&#39;s bound.</para>
  3688. </summary>
  3689. <param name="fieldName">A <see cref="T:System.String"/> value which specifies the name of the field in the data source.</param>
  3690. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the row bound to the data source field with the specified name. null (Nothing in Visual Basic) if no row is found.</returns>
  3691. </member>
  3692. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.GetRowByFieldName(System.String,System.Boolean)">
  3693. <summary>
  3694. <para>Gets a row by the name of the field to which it&#39;s bound.</para>
  3695. </summary>
  3696. <param name="fieldName">A <see cref="T:System.String"/> value which specifies the name of the field in the data source.</param>
  3697. <param name="recursive">true to process the child rows that reside at greater nesting levels; false to process only the rows within the current rows collection.</param>
  3698. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the row bound to the data source field with the specified name. null (Nothing in Visual Basic) if no row is found.</returns>
  3699. </member>
  3700. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.GetRowPropertiesByFieldName(System.String)">
  3701. <summary>
  3702. <para>Returns row properties based on a data source field name of the required row.</para>
  3703. </summary>
  3704. <param name="fieldName">A string value specifying the filed name of the required row in the data source.</param>
  3705. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object of the required row.</returns>
  3706. </member>
  3707. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.Grid">
  3708. <summary>
  3709. <para>Gets or sets the vertical grid control that owns the rows collection.</para>
  3710. </summary>
  3711. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> object which represents the vertical grid control which the rows collection belongs to.</value>
  3712. </member>
  3713. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.HasVisibleItems">
  3714. <summary>
  3715. <para>Returns true if visible rows exist.</para>
  3716. </summary>
  3717. <value>true if visible rows exist; otherwise, false.</value>
  3718. </member>
  3719. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.IndexOf(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  3720. <summary>
  3721. <para>Searches for a specific row object and returns the zero-based index of the first occurrence within the rows collection.</para>
  3722. </summary>
  3723. <param name="Row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> derived object representing the row to locate within the collection.</param>
  3724. <returns>The zero-based index of the first occurrence of a specific row within the rows collection, if found; otherwise -1.</returns>
  3725. </member>
  3726. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.Insert(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  3727. <summary>
  3728. <para>Inserts a specific row object into the collection at the specified position.</para>
  3729. </summary>
  3730. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> class descendant representing the row object to insert into the rows collection.</param>
  3731. <param name="index">The zero-based location index where a specific row object should be inserted.</param>
  3732. </member>
  3733. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.IsEmpty">
  3734. <summary>
  3735. <para>Gets whether the collection is empty.</para>
  3736. </summary>
  3737. <value>true if the collection is empty; otherwise, false.</value>
  3738. </member>
  3739. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.IsSelected">
  3740. <summary>
  3741. <para>Returns whether the current collection contains a selected row.</para>
  3742. </summary>
  3743. <returns>true, if the current collection contains a selected row; otherwise, false.</returns>
  3744. </member>
  3745. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.Item(System.Int32)">
  3746. <summary>
  3747. <para>Gets a row object from the rows collection at the specified position.</para>
  3748. </summary>
  3749. <param name="index">An integer value specifying the desired row&#39;s zero-based index.</param>
  3750. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing a row located at a specific position within the rows collection.</value>
  3751. </member>
  3752. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.Item(System.String)">
  3753. <summary>
  3754. <para>Gets a row from the rows collection by its name.</para>
  3755. </summary>
  3756. <param name="name">A string value specifying the name of the desired row.</param>
  3757. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing a row with the required name. null (Nothing in Visual Basic) if there are no rows with the specified name in the collection.</value>
  3758. </member>
  3759. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.Iterator">
  3760. <summary>
  3761. <para>Provides access to the Rows Iterator.</para>
  3762. </summary>
  3763. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridRowsIterator"/> object that represents the Rows Iterator.</value>
  3764. </member>
  3765. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.LastVisible">
  3766. <summary>
  3767. <para>Gets the last row from the collection whose <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible"/> property is true.</para>
  3768. </summary>
  3769. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the last row whose <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible"/> property is true.</value>
  3770. </member>
  3771. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.Remove(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  3772. <summary>
  3773. <para>Removes the specified row from the collection.</para>
  3774. </summary>
  3775. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing the row to remove. If the row is not found within the collection, an exception is raised.</param>
  3776. </member>
  3777. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRows.RowByName(System.String)">
  3778. <summary>
  3779. <para>Returns a row specified by its name.</para>
  3780. </summary>
  3781. <param name="columnName">A string value specifying the row&#39;s name.</param>
  3782. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object representing a row with the specified name. null (Nothing in Visual Basic) if the collection doesn&#39;t contain a column with the specified name.</returns>
  3783. </member>
  3784. <member name="P:DevExpress.XtraVerticalGrid.Rows.VGridRows.VisibleRowsCount">
  3785. <summary>
  3786. <para>Gets the number of rows whose <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible"/> property is true.</para>
  3787. </summary>
  3788. <value>An integer value representing the number of collection members whose <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Visible"/> property is true.</value>
  3789. </member>
  3790. <member name="T:DevExpress.XtraVerticalGrid.Rows.VGridRowsIterator">
  3791. <summary>
  3792. <para>Enables you to perform operations over the predefined rows.</para>
  3793. </summary>
  3794. </member>
  3795. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRowsIterator.DoLocalOperation(DevExpress.XtraVerticalGrid.Rows.RowOperation,DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  3796. <summary>
  3797. <para>Performs the specified operation on the specified row and its child rows.</para>
  3798. </summary>
  3799. <param name="operation">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowOperation"/> object representing the operation to perform.</param>
  3800. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object to be processed.</param>
  3801. </member>
  3802. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRowsIterator.DoLocalOperation(DevExpress.XtraVerticalGrid.Rows.RowOperation,DevExpress.XtraVerticalGrid.Rows.VGridRows)">
  3803. <summary>
  3804. <para>Performs the specified operation on the collection of rows (and their child rows), specified by the parameter.</para>
  3805. </summary>
  3806. <param name="operation">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowOperation"/> object representing the operation to perform.</param>
  3807. <param name="rows">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridRows"/> object representing the collection of rows across which the operation is performed.</param>
  3808. </member>
  3809. <member name="M:DevExpress.XtraVerticalGrid.Rows.VGridRowsIterator.DoOperation(DevExpress.XtraVerticalGrid.Rows.RowOperation)">
  3810. <summary>
  3811. <para>Performs the specified operation across all rows within a vertical grid control.</para>
  3812. </summary>
  3813. <param name="operation">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowOperation"/> descendant representing the operation to perform.</param>
  3814. </member>
  3815. <member name="T:DevExpress.XtraVerticalGrid.ScrollVisibility">
  3816. <summary>
  3817. <para>Lists values specifying the availability of control&#39;s elements that enable data scrolling.</para>
  3818. </summary>
  3819. </member>
  3820. <member name="F:DevExpress.XtraVerticalGrid.ScrollVisibility.Auto">
  3821. <summary>
  3822. <para>The scrolling element is visible only when data scrolling can be performed.</para>
  3823. </summary>
  3824. </member>
  3825. <member name="F:DevExpress.XtraVerticalGrid.ScrollVisibility.Both">
  3826. <summary>
  3827. <para>Horizontal and vertical scrolling elements are always visible.</para>
  3828. </summary>
  3829. </member>
  3830. <member name="F:DevExpress.XtraVerticalGrid.ScrollVisibility.Horizontal">
  3831. <summary>
  3832. <para>The scrolling element is only visible when horizontal scrolling can be performed. The vertical scroll bar is invisible in this case.</para>
  3833. </summary>
  3834. </member>
  3835. <member name="F:DevExpress.XtraVerticalGrid.ScrollVisibility.Never">
  3836. <summary>
  3837. <para>The scrolling element is invisible regardless of whether data scrolling can be performed.</para>
  3838. </summary>
  3839. </member>
  3840. <member name="F:DevExpress.XtraVerticalGrid.ScrollVisibility.Vertical">
  3841. <summary>
  3842. <para>The scrolling element is only visible when vertical scrolling can be performed. The horizontal scroll bar is invisible in this case.</para>
  3843. </summary>
  3844. </member>
  3845. <member name="T:DevExpress.XtraVerticalGrid.ShowButtonModeEnum">
  3846. <summary>
  3847. <para>Lists values that specify the cells that display editor buttons.</para>
  3848. </summary>
  3849. </member>
  3850. <member name="F:DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowAlways">
  3851. <summary>
  3852. <para>Editor buttons are displayed for all cells within the control</para>
  3853. </summary>
  3854. </member>
  3855. <member name="F:DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowForFocusedCell">
  3856. <summary>
  3857. <para>Editor buttons are displayed for the focused cell only.</para>
  3858. </summary>
  3859. </member>
  3860. <member name="F:DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowForFocusedRecord">
  3861. <summary>
  3862. <para>Editor buttons are displayed for cells that reside within the focused record.</para>
  3863. </summary>
  3864. </member>
  3865. <member name="F:DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowForFocusedRow">
  3866. <summary>
  3867. <para>Editor buttons are displayed for cells that reside within the focused row.</para>
  3868. </summary>
  3869. </member>
  3870. <member name="F:DevExpress.XtraVerticalGrid.ShowButtonModeEnum.ShowOnlyInEditor">
  3871. <summary>
  3872. <para>Editor buttons are displayed only when a cell editor is active.</para>
  3873. </summary>
  3874. </member>
  3875. <member name="T:DevExpress.XtraVerticalGrid.TreeButtonStyle">
  3876. <summary>
  3877. <para>Lists values specifying the appearance of the category row&#39;s tree button.</para>
  3878. </summary>
  3879. </member>
  3880. <member name="F:DevExpress.XtraVerticalGrid.TreeButtonStyle.Default">
  3881. <summary>
  3882. <para>Either the Explorer Button, displayed on the right, or the Tree Button, displayed on the left, depending on the current paint scheme.</para>
  3883. </summary>
  3884. </member>
  3885. <member name="F:DevExpress.XtraVerticalGrid.TreeButtonStyle.ExplorerBar">
  3886. <summary>
  3887. <para>The Explorer Button, displayed on the right (the appearance is dependent on the current paint scheme):&quot;DevExpress Style&quot; skin:</para>
  3888. </summary>
  3889. </member>
  3890. <member name="F:DevExpress.XtraVerticalGrid.TreeButtonStyle.TreeView">
  3891. <summary>
  3892. <para>The Tree Button, displayed on the left (the appearance is dependent on the current paint scheme):&quot;DevExpress Style&quot; skin: Office2003 style:</para>
  3893. </summary>
  3894. </member>
  3895. <member name="T:DevExpress.XtraVerticalGrid.TreeButtonType">
  3896. <summary>
  3897. <para>Lists values that specify a tree button&#39;s type.</para>
  3898. </summary>
  3899. </member>
  3900. <member name="F:DevExpress.XtraVerticalGrid.TreeButtonType.ExplorerBarButton">
  3901. <summary>
  3902. <para>A tree button is displayed as an explorer button.</para>
  3903. </summary>
  3904. </member>
  3905. <member name="F:DevExpress.XtraVerticalGrid.TreeButtonType.TreeViewButton">
  3906. <summary>
  3907. <para>A tree button is displayed as a standard tree view button.</para>
  3908. </summary>
  3909. </member>
  3910. <member name="T:DevExpress.XtraVerticalGrid.VGridAppearanceCollection">
  3911. <summary>
  3912. <para>Provides the appearance settings used to paint elements in a vertical grid.</para>
  3913. </summary>
  3914. </member>
  3915. <member name="M:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.#ctor(DevExpress.XtraVerticalGrid.VGridControlBase)">
  3916. <summary>
  3917. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.VGridAppearanceCollection"/> class with the default settings.</para>
  3918. </summary>
  3919. <param name="grid">A <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> control which will become the owner of the created collection.</param>
  3920. </member>
  3921. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.BandBorder">
  3922. <summary>
  3923. <para>Provides appearance settings used to paint the borders of a Band.</para>
  3924. </summary>
  3925. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3926. </member>
  3927. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.Category">
  3928. <summary>
  3929. <para>Provides appearance settings used to paint Category Rows.</para>
  3930. </summary>
  3931. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3932. </member>
  3933. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.CategoryExpandButton">
  3934. <summary>
  3935. <para>Provides appearance settings used to paint Category Expand Buttons.</para>
  3936. </summary>
  3937. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3938. </member>
  3939. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.DisabledRecordValue">
  3940. <summary>
  3941. <para>Provides appearance settings used to paint values of disabled rows.</para>
  3942. </summary>
  3943. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3944. </member>
  3945. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.DisabledRow">
  3946. <summary>
  3947. <para>Provides appearance settings used to paint the headers of disabled rows.</para>
  3948. </summary>
  3949. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3950. </member>
  3951. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.Empty">
  3952. <summary>
  3953. <para>Provides appearance settings used to paint the empty area of the control.</para>
  3954. </summary>
  3955. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3956. </member>
  3957. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ExpandButton">
  3958. <summary>
  3959. <para>Provides appearance settings used to paint Expand Buttons.</para>
  3960. </summary>
  3961. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3962. </member>
  3963. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.FilterPanel">
  3964. <summary>
  3965. <para>Provides access to the appearance settings used to paint the filter panel (shown when a filter is applied to the data, allowing end-users to customize the filter).</para>
  3966. </summary>
  3967. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> object that specifies the appearance settings used to paint the filter panel.</value>
  3968. </member>
  3969. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.FixedLine">
  3970. <summary>
  3971. <para>Provides access to the appearance settings used to paint fixed row dividers.</para>
  3972. </summary>
  3973. <value>A <see cref="T:DevExpress.Utils.AppearanceObject"/> that provides corresponding appearance settings.</value>
  3974. </member>
  3975. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.FocusedCell">
  3976. <summary>
  3977. <para>Provides appearance settings used to paint the currently focused cell.</para>
  3978. </summary>
  3979. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3980. </member>
  3981. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.FocusedRecord">
  3982. <summary>
  3983. <para>Provides appearance settings used to paint cells that belong to the focused record.</para>
  3984. </summary>
  3985. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3986. </member>
  3987. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.FocusedRow">
  3988. <summary>
  3989. <para>Provides appearance settings used to paint the header of the focused row.</para>
  3990. </summary>
  3991. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3992. </member>
  3993. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.HideSelectionRow">
  3994. <summary>
  3995. <para>Provides appearance settings used to paint the header of the focused row when the control is not focused.</para>
  3996. </summary>
  3997. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  3998. </member>
  3999. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.HorzLine">
  4000. <summary>
  4001. <para>Provides appearance settings used to paint horizontal lines that separate the control&#39;s rows.</para>
  4002. </summary>
  4003. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4004. </member>
  4005. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.IsLoading">
  4006. <summary>
  4007. <para>Indicates whether the grid control that owns the current collection is being initialized.</para>
  4008. </summary>
  4009. <value>true if the grid control that owns the current collection is being initialized; otherwise, false.</value>
  4010. </member>
  4011. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ModifiedRecordValue">
  4012. <summary>
  4013. <para>Provides appearance settings used to paint modified values in a PropertyGridControl.</para>
  4014. </summary>
  4015. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4016. </member>
  4017. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ModifiedRow">
  4018. <summary>
  4019. <para>Provides appearance settings used to paint the headers of rows that contain modified values.
  4020. This property is only in effect for the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> control.</para>
  4021. </summary>
  4022. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4023. </member>
  4024. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.PressedRow">
  4025. <summary>
  4026. <para>Provides appearance settings used to paint the headers of pressed rows.</para>
  4027. </summary>
  4028. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4029. </member>
  4030. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ReadOnlyRecordValue">
  4031. <summary>
  4032. <para>Provides appearance settings used to paint values of read-only rows.</para>
  4033. </summary>
  4034. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4035. </member>
  4036. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ReadOnlyRow">
  4037. <summary>
  4038. <para>Provides appearance settings used to paint the headers of read-only rows.</para>
  4039. </summary>
  4040. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4041. </member>
  4042. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.RecordValue">
  4043. <summary>
  4044. <para>Provides the default appearance settings used to paint values of regular rows.</para>
  4045. </summary>
  4046. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4047. </member>
  4048. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.RowHeaderPanel">
  4049. <summary>
  4050. <para>Provides appearance settings used to paint the Row Header Panel.</para>
  4051. </summary>
  4052. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4053. </member>
  4054. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.SelectedCategory">
  4055. <summary>
  4056. <para>Contains appearance settings used to paint selected category rows in multiple row selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect"/>).</para>
  4057. </summary>
  4058. <value>An object that provides appearance settings used to paint selected category rows.</value>
  4059. </member>
  4060. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.SelectedCell">
  4061. <summary>
  4062. <para>Contains appearance settings used to paint selected cells in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>).</para>
  4063. </summary>
  4064. <value>An object that provides appearance settings used to paint selected cells.</value>
  4065. </member>
  4066. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.SelectedRecord">
  4067. <summary>
  4068. <para>Contains appearance settings used to paint selected records in multiple record selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RecordSelect"/>).</para>
  4069. </summary>
  4070. <value>An object that provides appearance settings used to paint selected cells.</value>
  4071. </member>
  4072. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.SelectedRow">
  4073. <summary>
  4074. <para>Contains appearance settings used to paint selected rows in multiple row selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect"/>).</para>
  4075. </summary>
  4076. <value>An object that provides appearance settings used to paint selected cells.</value>
  4077. </member>
  4078. <member name="M:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.ToString">
  4079. <summary>
  4080. <para>Returns the textual representation of <see cref="T:DevExpress.XtraVerticalGrid.VGridAppearanceCollection"/>.</para>
  4081. </summary>
  4082. <returns>A <see cref="T:System.String"/> value that is the textual representation of <see cref="T:DevExpress.XtraVerticalGrid.VGridAppearanceCollection"/>.</returns>
  4083. </member>
  4084. <member name="P:DevExpress.XtraVerticalGrid.VGridAppearanceCollection.VertLine">
  4085. <summary>
  4086. <para>Provides appearance settings used to paint vertical lines that separate the control&#39;s columns.</para>
  4087. </summary>
  4088. <value>An <see cref="T:DevExpress.Utils.AppearanceObject"/> that contains the corresponding appearance settings.</value>
  4089. </member>
  4090. <member name="T:DevExpress.XtraVerticalGrid.VGridControl">
  4091. <summary>
  4092. <para>The grid control that displays data in a tabular form with data fields rendered as rows, and records rendered as columns. See Vertical Grid.</para>
  4093. </summary>
  4094. </member>
  4095. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.#ctor">
  4096. <summary>
  4097. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> object with default settings.</para>
  4098. </summary>
  4099. </member>
  4100. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.ActiveFilter">
  4101. <summary>
  4102. <para>Provides access to the collection of filters applied to particular rows, and the overall filter.</para>
  4103. </summary>
  4104. <value>A DevExpress.XtraVerticalGrid.VGridFilter object representing the collection of filters applied to the rows.</value>
  4105. </member>
  4106. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.ActiveFilterCriteria">
  4107. <summary>
  4108. <para>Gets or sets the current filter criteria.</para>
  4109. </summary>
  4110. <value>A <see cref="T:DevExpress.Data.Filtering.CriteriaOperator"/> object which represents the overall filter criteria.</value>
  4111. </member>
  4112. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.ActiveFilterEnabled">
  4113. <summary>
  4114. <para>Gets or sets whether the filtering functionality is enabled.</para>
  4115. </summary>
  4116. <value>true if the filtering functionality is enabled; otherwise, false.</value>
  4117. </member>
  4118. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.ActiveFilterString">
  4119. <summary>
  4120. <para>Gets or sets the overall filter expression.</para>
  4121. </summary>
  4122. <value>A string that specifies the overall filter expression applied to the control.</value>
  4123. </member>
  4124. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.ClearRowsFilter">
  4125. <summary>
  4126. <para>Clears data filters applied to the control.</para>
  4127. </summary>
  4128. </member>
  4129. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.CustomColumnDisplayText">
  4130. <summary>
  4131. <para>Allows you to customize the text displayed in a cell and the corresponding filter.</para>
  4132. </summary>
  4133. </member>
  4134. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.CustomDrawFilterPanel">
  4135. <summary>
  4136. <para>Enables you to paint the Filter Panel manually.</para>
  4137. </summary>
  4138. </member>
  4139. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.CustomFilterDisplayText">
  4140. <summary>
  4141. <para>Allows you to customize the display text representing the current filter within the filter panel.</para>
  4142. </summary>
  4143. </member>
  4144. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.CustomRecordFilter">
  4145. <summary>
  4146. <para>Allows you to hide a record regardless of the applied filter.</para>
  4147. </summary>
  4148. </member>
  4149. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.CustomUnboundData">
  4150. <summary>
  4151. <para>Enables data to be provided to and modified data to be saved from unbound rows.</para>
  4152. </summary>
  4153. </member>
  4154. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.DataMember">
  4155. <summary>
  4156. <para>Gets or sets a data source member whose data is supplied to the vertical grid control.</para>
  4157. </summary>
  4158. <value>A string value representing the data source member.</value>
  4159. </member>
  4160. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.DataSource">
  4161. <summary>
  4162. <para>Gets or sets the vertical grid&#39;s data source.</para>
  4163. </summary>
  4164. <value>An object representing the grid&#39;s data source.</value>
  4165. </member>
  4166. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.FilterEditorCreated">
  4167. <summary>
  4168. <para>Allows you to customize the filter editor before it is displayed on screen.</para>
  4169. </summary>
  4170. </member>
  4171. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.FilterPopupExcelCustomizeTemplate">
  4172. <summary>
  4173. <para>Allows you to customize templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context.</para>
  4174. </summary>
  4175. </member>
  4176. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.FilterPopupExcelData">
  4177. <summary>
  4178. <para>Allows you to add, remove, and modify data values and customize predefined filters in the Excel style pop-up filter menus. Filter items added manually on this event must be unique and sorted.</para>
  4179. </summary>
  4180. </member>
  4181. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.FilterPopupExcelParseFilterCriteria">
  4182. <summary>
  4183. <para>Allows you to parse the filter criteria applied to data and select the corresponding values in the filter menu.</para>
  4184. </summary>
  4185. </member>
  4186. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.FilterPopupExcelPrepareTemplate">
  4187. <summary>
  4188. <para>Allows you to replace templates used by Excel-style Filter Dropdowns and external editors generated using Filtering UI Context.</para>
  4189. </summary>
  4190. </member>
  4191. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.FilterPopupExcelQueryFilterCriteria">
  4192. <summary>
  4193. <para>Fires when a filter criteria is about to be applied to data and allows you to customize the filter criteria.</para>
  4194. </summary>
  4195. </member>
  4196. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.FilterRecords">
  4197. <summary>
  4198. <para>Forces the control to re-filter its records according to the active data filter.</para>
  4199. </summary>
  4200. </member>
  4201. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.InvalidateFilterPanel">
  4202. <summary>
  4203. <para>Invalidates the filter panel, and forces it to be redrawn.</para>
  4204. </summary>
  4205. </member>
  4206. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.LayoutChangedCore">
  4207. <summary>
  4208. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  4209. </summary>
  4210. </member>
  4211. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.LayoutStyle">
  4212. <summary>
  4213. <para>Gets or sets the Vertical Grid Control&#39;s layout style.</para>
  4214. </summary>
  4215. <value>A <see cref="T:DevExpress.XtraVerticalGrid.LayoutViewStyle"/> enumeration member specifying the control&#39;s layout style.</value>
  4216. </member>
  4217. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.LocateByDisplayText(System.Int32,DevExpress.XtraVerticalGrid.Rows.EditorRow,System.String)">
  4218. <summary>
  4219. <para>Returns the handle of the record that displays the specified text in the specified row.</para>
  4220. </summary>
  4221. <param name="startRecord">An integer value that specifies the row handle from which to start searching.</param>
  4222. <param name="row">An <see cref="T:DevExpress.XtraVerticalGrid.Rows.EditorRow"/> object that specifies the row in which to search for the specified value.</param>
  4223. <param name="text">A string value that specifies the text to find.</param>
  4224. <returns>An integer value that specifies the handle of the record that contains the specified text in the specified row. The DevExpress.Data.DataController.InvalidRow field value is returned, if no record is found that matches the specified conditions.</returns>
  4225. </member>
  4226. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.LocateByValue(System.Int32,DevExpress.XtraVerticalGrid.Rows.EditorRow,System.Object)">
  4227. <summary>
  4228. <para>Returns the handle of the record that contains the specified value in the specified row.</para>
  4229. </summary>
  4230. <param name="startRecord">An integer value that specifies the row handle from which to start searching.</param>
  4231. <param name="row">An <see cref="T:DevExpress.XtraVerticalGrid.Rows.EditorRow"/> object that specifies the row in which to search for the specified value.</param>
  4232. <param name="val">An object that specifies the value to find.</param>
  4233. <returns>An integer value that specifies the handle of the record that contains the specified value in the specified row. The DevExpress.Data.DataController.InvalidRow field value is returned, if no record is found that matches the specified conditions.</returns>
  4234. </member>
  4235. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.LocateByValue(System.String,System.Object)">
  4236. <summary>
  4237. <para>Returns the handle of the record that contains the specified value in the specified field.</para>
  4238. </summary>
  4239. <param name="fieldName">A string that specifies the name of the field in which to search for the specified value.</param>
  4240. <param name="val">An object that specifies the value to find.</param>
  4241. <returns>An integer value that specifies the handle of the record that contains the specified value in the specified field. The DevExpress.Data.DataController.InvalidRow field value is returned, if no record is found that matches the specified conditions.</returns>
  4242. </member>
  4243. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.MRUFilters">
  4244. <summary>
  4245. <para>Provides access to the list of most recently used filters.</para>
  4246. </summary>
  4247. <value>An object that stores the filters recently applied to the control&#39;s data.</value>
  4248. </member>
  4249. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.OptionsFilter">
  4250. <summary>
  4251. <para>Provides access to data filter options.</para>
  4252. </summary>
  4253. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsFilter"/> object comprising data filter options.</value>
  4254. </member>
  4255. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.OptionsView">
  4256. <summary>
  4257. <para>Provides access to the vertical grid&#39;s display options.</para>
  4258. </summary>
  4259. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsView"/> object that specifies the grid&#39;s display options.</value>
  4260. </member>
  4261. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.QueryCustomFunctions">
  4262. <summary>
  4263. <para>Allows you to add custom-function-based filters (for example, &#39;discount is more than 15%&#39;) to Excel-style pop-up filter menus and/or the filter editor.</para>
  4264. </summary>
  4265. </member>
  4266. <member name="P:DevExpress.XtraVerticalGrid.VGridControl.RecordCount">
  4267. <summary>
  4268. <para>Gets the number of records in the control, fitting the currently applied data filter.</para>
  4269. </summary>
  4270. <value>An integer value that specifies the number of records in the control that fit the currently applied data filter.</value>
  4271. </member>
  4272. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.RecordUpdated">
  4273. <summary>
  4274. <para>Occurs after the modified focused record has been saved to the underlying data source.</para>
  4275. </summary>
  4276. </member>
  4277. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.RefreshDataSource">
  4278. <summary>
  4279. <para>Updates the grid to reflect changes made to a data source.</para>
  4280. </summary>
  4281. </member>
  4282. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.RowFilterChanged">
  4283. <summary>
  4284. <para>Occurs when a row&#39;s filter condition is changed.</para>
  4285. </summary>
  4286. </member>
  4287. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.ShowFilterEditor(DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  4288. <summary>
  4289. <para>Invokes the filter editor, that allows an end-user to change the filter condition currently applied to the control&#39;s data.</para>
  4290. </summary>
  4291. <param name="properties">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object identifying the row for which the opened filter editor pre-creates a filter condition. null/Nothing to invoke the filter editor without a pre-created filter.</param>
  4292. </member>
  4293. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.ShowFilterPopupExcel">
  4294. <summary>
  4295. <para>Allows you to hide specific filter conditions from the &#39;Filters&#39; tab of the Excel-style Filter Dropdown.</para>
  4296. </summary>
  4297. </member>
  4298. <member name="M:DevExpress.XtraVerticalGrid.VGridControl.ShowUnboundExpressionEditor(DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  4299. <summary>
  4300. <para>Invokes an Expression Editor that enables editing an expression for the specified unbound column.</para>
  4301. </summary>
  4302. <param name="properties">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object that identifies the row for which the Expression Editor should be created.</param>
  4303. </member>
  4304. <member name="E:DevExpress.XtraVerticalGrid.VGridControl.UnboundExpressionEditorCreated">
  4305. <summary>
  4306. <para>Fires after an Expression Editor has been created for an unbound column.</para>
  4307. </summary>
  4308. </member>
  4309. <member name="T:DevExpress.XtraVerticalGrid.VGridControlBase">
  4310. <summary>
  4311. <para>Serves as a base for the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> and <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/> classes.</para>
  4312. </summary>
  4313. </member>
  4314. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.#ctor">
  4315. <summary>
  4316. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> class.</para>
  4317. </summary>
  4318. </member>
  4319. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.About">
  4320. <summary>
  4321. <para>Activates the vertical grid&#39;s About dialog box.</para>
  4322. </summary>
  4323. </member>
  4324. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,DevExpress.Accessibility.BaseAccessible)">
  4325. <summary>
  4326. <para>Notifies accessibility client applications of the specified System.Windows.Forms.AccessibleEvents event for the specified child control.</para>
  4327. </summary>
  4328. <param name="accEvents">An System.Windows.Forms.AccessibleEvents event being fired.</param>
  4329. <param name="acc">An object that identifies a control to notify of the accessible event.</param>
  4330. </member>
  4331. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.AccessibleNotifyClients(System.Windows.Forms.AccessibleEvents,System.Int32)">
  4332. <summary>
  4333. <para>Notifies accessibility client applications of the specified System.Windows.Forms.AccessibleEvents event for the specified child control.</para>
  4334. </summary>
  4335. <param name="accEvents">An System.Windows.Forms.AccessibleEvents event being fired.</param>
  4336. <param name="childID">A child System.Windows.Forms.Control which fires the event.</param>
  4337. </member>
  4338. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.ActiveEditor">
  4339. <summary>
  4340. <para>Gets a control&#39;s active editor.</para>
  4341. </summary>
  4342. <value>A <see cref="T:DevExpress.XtraEditors.BaseEdit"/> object that represents the currently active editor. null (Nothing in Visual Basic) if no cell is being edited at the moment.</value>
  4343. </member>
  4344. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.ActiveEditorViewInfo">
  4345. <summary>
  4346. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  4347. </summary>
  4348. <value></value>
  4349. </member>
  4350. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.AddNewRecord">
  4351. <summary>
  4352. <para>Adds a new record.</para>
  4353. </summary>
  4354. </member>
  4355. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.Appearance">
  4356. <summary>
  4357. <para>Provides access to the properties that control the appearance of the vertical grid&#39;s elements.</para>
  4358. </summary>
  4359. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridAppearanceCollection"/> object which provides the appearance settings for the vertical grid&#39;s elements.</value>
  4360. </member>
  4361. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ApplyFindFilter(System.String)">
  4362. <summary>
  4363. <para>Fills in the Find Panel with the specified query and applies it.</para>
  4364. </summary>
  4365. <param name="filter">A string value that specifies the query.</param>
  4366. <returns>true, if the query is successfully applied; otherwise, false.</returns>
  4367. </member>
  4368. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.BandCount">
  4369. <summary>
  4370. <para>Gets the number of bands currently displayed.</para>
  4371. </summary>
  4372. <value>An integer value that indicates the number of currently displayed bands.</value>
  4373. </member>
  4374. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.BandMinWidth">
  4375. <summary>
  4376. <para>Gets the minimum allowed width of bands.</para>
  4377. </summary>
  4378. <value>An integer value which specifies the minimum allowed width of bands, in pixels.</value>
  4379. </member>
  4380. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.BandsInterval">
  4381. <summary>
  4382. <para>Gets or sets the distance between bands.</para>
  4383. </summary>
  4384. <value>An integer value that specifies the distance between bands, in pixels.</value>
  4385. </member>
  4386. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.BandWidth">
  4387. <summary>
  4388. <para>Gets the band width.</para>
  4389. </summary>
  4390. <value>An integer value which specifies the band width, in pixels.</value>
  4391. </member>
  4392. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.BeforeLoadLayout">
  4393. <summary>
  4394. <para>Occurs before a layout is restored from storage (a stream, xml file or the system registry).</para>
  4395. </summary>
  4396. </member>
  4397. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.BeginDataUpdate">
  4398. <summary>
  4399. <para>Prevents visual updates and data from being reloaded until the <see cref="M:DevExpress.XtraVerticalGrid.VGridControlBase.EndDataUpdate"/> method is called.</para>
  4400. </summary>
  4401. </member>
  4402. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.BeginUpdate">
  4403. <summary>
  4404. <para>Locks the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"></see>, preventing visual updates of the object and its elements until the EndUpdate or CancelUpdate method is called.</para>
  4405. </summary>
  4406. </member>
  4407. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.BestFit">
  4408. <summary>
  4409. <para>Resizes row headers to the minimum width required to completely display their contents.</para>
  4410. </summary>
  4411. </member>
  4412. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.BorderStyle">
  4413. <summary>
  4414. <para>Gets or sets the border style for the vertical grid.</para>
  4415. </summary>
  4416. <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value that specifies the border style of a grid.</value>
  4417. </member>
  4418. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CalcHitInfo(System.Drawing.Point)">
  4419. <summary>
  4420. <para>Returns information on the vertical grid elements located at the specified point.</para>
  4421. </summary>
  4422. <param name="ptGridClient">A <see cref="T:System.Drawing.Point"/> structure which specifies the test point coordinates relative to the vertical grid&#39;s top-left corner.</param>
  4423. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.VGridHitInfo"/> object which contains information about the vertical grid elements located at the test point.</returns>
  4424. </member>
  4425. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CancelDataUpdate">
  4426. <summary>
  4427. <para>Enables visual updates and data reloading after a call to the <see cref="M:DevExpress.XtraVerticalGrid.VGridControlBase.BeginDataUpdate"/> method without forcing an immediate update.</para>
  4428. </summary>
  4429. </member>
  4430. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CancelUpdate">
  4431. <summary>
  4432. <para>Unlocks the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"></see> object after it has been locked by the BeginUpdate method, without causing an immediate visual update.</para>
  4433. </summary>
  4434. </member>
  4435. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CancelUpdateFocusedRecord">
  4436. <summary>
  4437. <para>Discards any changes made to focused record cells.</para>
  4438. </summary>
  4439. </member>
  4440. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.CanShowEditor">
  4441. <summary>
  4442. <para>Gets a value which indicates whether the vertical grid can activate cell editors.</para>
  4443. </summary>
  4444. <value>true, if the vertical grid can activate cell editors; otherwise, false.</value>
  4445. </member>
  4446. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CellValueChanged">
  4447. <summary>
  4448. <para>Fires immediately after a cell&#39;s value has been changed.</para>
  4449. </summary>
  4450. </member>
  4451. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CellValueChanging">
  4452. <summary>
  4453. <para>Fires in response to changing the edit value.</para>
  4454. </summary>
  4455. </member>
  4456. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ClearFindFilter">
  4457. <summary>
  4458. <para>Discards the query in the Find Panel.</para>
  4459. </summary>
  4460. </member>
  4461. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ClearRowErrors">
  4462. <summary>
  4463. <para>Removes the error descriptions for the focused record.</para>
  4464. </summary>
  4465. </member>
  4466. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ClearSelection">
  4467. <summary>
  4468. <para>Clears the current selection.</para>
  4469. </summary>
  4470. </member>
  4471. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CloseEditor">
  4472. <summary>
  4473. <para>Hides the active editor saving any changes made.</para>
  4474. </summary>
  4475. </member>
  4476. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CollapseAllRows">
  4477. <summary>
  4478. <para>Collapses all rows.</para>
  4479. </summary>
  4480. </member>
  4481. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CopyToClipboard">
  4482. <summary>
  4483. <para>Copies the focused cell or selection to the Clipboard as text.</para>
  4484. </summary>
  4485. </member>
  4486. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CreateEditorRow">
  4487. <summary>
  4488. <para>This member supports the internal infrastructure and is not intended to be used directly from your code.</para>
  4489. </summary>
  4490. <returns></returns>
  4491. </member>
  4492. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.CreateRow(System.Int32)">
  4493. <summary>
  4494. <para>Returns a newly created <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant (the <see cref="T:DevExpress.XtraVerticalGrid.Rows.EditorRow"/>, <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> or <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> object depending on the passed parameter).</para>
  4495. </summary>
  4496. <param name="rowTypeId">An integer value that specifies which <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant should be created.</param>
  4497. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant.</returns>
  4498. </member>
  4499. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.Cursor">
  4500. <summary>
  4501. <para>Gets or sets the cursor that is displayed when the mouse pointer is over the control.</para>
  4502. </summary>
  4503. <value>A <see cref="T:System.Windows.Forms.Cursor"/> that represents the cursor to display when the mouse pointer is over the control.</value>
  4504. </member>
  4505. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowHeaderCell">
  4506. <summary>
  4507. <para>Enables row header cells to be painted manually.</para>
  4508. </summary>
  4509. </member>
  4510. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowHeaderIndent">
  4511. <summary>
  4512. <para>Enables row header indents to be painted manually.</para>
  4513. </summary>
  4514. </member>
  4515. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawRowValueCell">
  4516. <summary>
  4517. <para>Enables data cells to be painted manually.</para>
  4518. </summary>
  4519. </member>
  4520. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawSeparator">
  4521. <summary>
  4522. <para>Enables cell separators to be painted manually.</para>
  4523. </summary>
  4524. </member>
  4525. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomDrawTreeButton">
  4526. <summary>
  4527. <para>Enables expand buttons to be painted manually.</para>
  4528. </summary>
  4529. </member>
  4530. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationForm">
  4531. <summary>
  4532. <para>Provides access to the Customization Form.</para>
  4533. </summary>
  4534. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridCustomizationForm"/> object that represents the Customization Form. null (Nothing in Visual Basic) if the Customization Form is closed.</value>
  4535. </member>
  4536. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationFormBounds">
  4537. <summary>
  4538. <para>Gets or sets the boundaries of the Customization Form.</para>
  4539. </summary>
  4540. <value>A <see cref="T:System.Drawing.Rectangle"/> structure which represents the Customization Form&#39;s boundaries.</value>
  4541. </member>
  4542. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationFormCreatingCategory">
  4543. <summary>
  4544. <para>Fires when a new category is about to be created in Customization Form.</para>
  4545. </summary>
  4546. </member>
  4547. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomizationFormDeletingCategory">
  4548. <summary>
  4549. <para>Fires when a category is about to be deleted in Customization Form.</para>
  4550. </summary>
  4551. </member>
  4552. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomRecordCellEdit">
  4553. <summary>
  4554. <para>Enables editors to be assigned to individual cells.</para>
  4555. </summary>
  4556. </member>
  4557. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.CustomRecordCellEditForEditing">
  4558. <summary>
  4559. <para>Allows you to assign a custom editor to a cell for in-place editing, and so override the default row editor, which is by default, used both in display and edit modes.</para>
  4560. </summary>
  4561. </member>
  4562. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.DataSourceChanged">
  4563. <summary>
  4564. <para>Fires after the grid&#39;s data source has been changed.</para>
  4565. </summary>
  4566. </member>
  4567. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.DeleteRecord(System.Int32)">
  4568. <summary>
  4569. <para>Deletes a record from the vertical grid.</para>
  4570. </summary>
  4571. <param name="recordIndex">An integer value that specifies the index of the record to be deleted.</param>
  4572. </member>
  4573. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.DestroyCustomization">
  4574. <summary>
  4575. <para>Closes the Customization Form.</para>
  4576. </summary>
  4577. </member>
  4578. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.DropRow(DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Boolean)">
  4579. <summary>
  4580. <para>For internal use.</para>
  4581. </summary>
  4582. <param name="source">For internal use.</param>
  4583. <param name="destinationRow">For internal use.</param>
  4584. <param name="insertBefore">For internal use.</param>
  4585. </member>
  4586. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.EditingValue">
  4587. <summary>
  4588. <para>Gets or sets the cell value currently being edited.</para>
  4589. </summary>
  4590. <value>A <see cref="T:System.Object"/> object that represents the cell value currently being edited. null (Nothing in Visual Basic) if no cell is currently being edited.</value>
  4591. </member>
  4592. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.EmptyAreaHelper">
  4593. <summary>
  4594. <para>Gets an object that paints an empty area. For internal use.</para>
  4595. </summary>
  4596. <value>A DevExpress.XtraVerticalGrid.Utils.EmptyAreaHelper object that specifies an empty area painter.</value>
  4597. </member>
  4598. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.EndDataUpdate">
  4599. <summary>
  4600. <para>Enables visual updates and data reloading after a call to the <see cref="M:DevExpress.XtraVerticalGrid.VGridControlBase.BeginDataUpdate"/> method and forces an immediate update.</para>
  4601. </summary>
  4602. </member>
  4603. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.EndDragRow">
  4604. <summary>
  4605. <para>Fires after a row drag and drop operation has been completed.</para>
  4606. </summary>
  4607. </member>
  4608. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.EndUpdate">
  4609. <summary>
  4610. <para>Unlocks the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"></see> object after a call to the BeginUpdate method and causes an immediate visual update.</para>
  4611. </summary>
  4612. </member>
  4613. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExpandAllRows">
  4614. <summary>
  4615. <para>Expands all rows.</para>
  4616. </summary>
  4617. </member>
  4618. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.Export(DevExpress.XtraPrinting.ExportTarget,System.IO.Stream)">
  4619. <summary>
  4620. <para>Exports the control&#39;s data in the specified format to a stream.</para>
  4621. </summary>
  4622. <param name="target">An <see cref="T:DevExpress.XtraPrinting.ExportTarget"/> value that specifies the format in which the control&#39;s data is exported.</param>
  4623. <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the data is exported.</param>
  4624. </member>
  4625. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.Export(DevExpress.XtraPrinting.ExportTarget,System.IO.Stream,DevExpress.XtraPrinting.ExportOptionsBase)">
  4626. <summary>
  4627. <para>Exports the control&#39;s data in the specified format to a stream, using the specified options.</para>
  4628. </summary>
  4629. <param name="target">An <see cref="T:DevExpress.XtraPrinting.ExportTarget"/> value that specifies the format in which the control&#39;s data is exported.</param>
  4630. <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the data is exported.</param>
  4631. <param name="options">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant that provides export options.</param>
  4632. </member>
  4633. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.Export(DevExpress.XtraPrinting.ExportTarget,System.String)">
  4634. <summary>
  4635. <para>Exports the control&#39;s data in the specified format to a file.</para>
  4636. </summary>
  4637. <param name="target">An <see cref="T:DevExpress.XtraPrinting.ExportTarget"/> value that specifies the format in which the control&#39;s data is exported.</param>
  4638. <param name="filePath">A string that specifies the full path to the file to which the View&#39;s data will be exported.</param>
  4639. </member>
  4640. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.Export(DevExpress.XtraPrinting.ExportTarget,System.String,DevExpress.XtraPrinting.ExportOptionsBase)">
  4641. <summary>
  4642. <para>Exports the control&#39;s data in the specified format to a file, using the specified options.</para>
  4643. </summary>
  4644. <param name="target">An <see cref="T:DevExpress.XtraPrinting.ExportTarget"/> value that specifies the format in which the control&#39;s data is exported.</param>
  4645. <param name="filePath">A string that specifies the full path to the file to which the View&#39;s data will be exported.</param>
  4646. <param name="options">An <see cref="T:DevExpress.XtraPrinting.ExportOptionsBase"/> descendant that provides export options.</param>
  4647. </member>
  4648. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToDocx(System.IO.Stream)">
  4649. <summary>
  4650. <para>Exports the control&#39;s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.</para>
  4651. </summary>
  4652. <param name="stream">A System.IO.Stream object to which the created document should be exported.</param>
  4653. </member>
  4654. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToDocx(System.IO.Stream,DevExpress.XtraPrinting.DocxExportOptions)">
  4655. <summary>
  4656. <para>Exports the control&#39;s data in the Office Open XML file format (DOCX file) and sends it to the specified stream.</para>
  4657. </summary>
  4658. <param name="stream">A System.IO.Stream object to which the created document should be exported.</param>
  4659. <param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object specifying how the data should be exported to the Office Open XML file format.</param>
  4660. </member>
  4661. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToDocx(System.String)">
  4662. <summary>
  4663. <para>Exports the control&#39;s data in the Office Open XML file format and saves it to the specified DOCX file.</para>
  4664. </summary>
  4665. <param name="filePath">A System.String value which specifies the full path (including the file name and extension) where the DOCX file should be created.</param>
  4666. </member>
  4667. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToDocx(System.String,DevExpress.XtraPrinting.DocxExportOptions)">
  4668. <summary>
  4669. <para>Exports the control&#39;s data in the Office Open XML file format and saves it to the specified DOCX file.</para>
  4670. </summary>
  4671. <param name="filePath">A System.String value which specifies the full path (including the file name and extension) where the DOCX file should be created.</param>
  4672. <param name="options">A <see cref="T:DevExpress.XtraPrinting.DocxExportOptions"/> object specifying how the data should be exported to the Office Open XML format.</param>
  4673. </member>
  4674. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToHtml(System.IO.Stream)">
  4675. <summary>
  4676. <para>Exports the control&#39;s data as HTML and sends it to the specified stream.</para>
  4677. </summary>
  4678. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
  4679. </member>
  4680. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToHtml(System.IO.Stream,DevExpress.XtraPrinting.HtmlExportOptions)">
  4681. <summary>
  4682. <para>Exports the control&#39;s data to the specified stream in HTML format using the specified options.</para>
  4683. </summary>
  4684. <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
  4685. <param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
  4686. </member>
  4687. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToHtml(System.String)">
  4688. <summary>
  4689. <para>Exports the control&#39;s data to the specified file as HTML.</para>
  4690. </summary>
  4691. <param name="filePath">A <see cref="T:System.String"/> value which contains the full path (including the file name and extension) specifying where the HTML file will be created.</param>
  4692. </member>
  4693. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToHtml(System.String,DevExpress.XtraPrinting.HtmlExportOptions)">
  4694. <summary>
  4695. <para>Exports the control&#39;s data to the specified file in HTML format using the specified options.</para>
  4696. </summary>
  4697. <param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.</param>
  4698. <param name="options">A <see cref="T:DevExpress.XtraPrinting.HtmlExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
  4699. </member>
  4700. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToMht(System.IO.Stream,DevExpress.XtraPrinting.MhtExportOptions)">
  4701. <summary>
  4702. <para>Exports the control&#39;s data to the specified stream in MHT format using the specified options.</para>
  4703. </summary>
  4704. <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
  4705. <param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
  4706. </member>
  4707. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToMht(System.String)">
  4708. <summary>
  4709. <para>Exports the control&#39;s data to an MHT file (Web archive, single file) at the specified path.</para>
  4710. </summary>
  4711. <param name="filePath">A <see cref="T:System.String"/> value which specifies the full path (including the file name and extension) to where the MHT file will be created.</param>
  4712. </member>
  4713. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToMht(System.String,DevExpress.XtraPrinting.MhtExportOptions)">
  4714. <summary>
  4715. <para>Exports the control&#39;s data to the specified file in MHT format using the specified options.</para>
  4716. </summary>
  4717. <param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.</param>
  4718. <param name="options">A <see cref="T:DevExpress.XtraPrinting.MhtExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
  4719. </member>
  4720. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToPdf(System.IO.Stream)">
  4721. <summary>
  4722. <para>Exports the control&#39;s data to a PDF document and sends it to the specified stream.</para>
  4723. </summary>
  4724. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
  4725. </member>
  4726. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToPdf(System.String)">
  4727. <summary>
  4728. <para>Exports the control&#39;s data to the specified PDF file.</para>
  4729. </summary>
  4730. <param name="filePath">A <see cref="T:System.String"/> value which specifies the full path (including the file name and extension) where the PDF file will be created.</param>
  4731. </member>
  4732. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToRtf(System.IO.Stream)">
  4733. <summary>
  4734. <para>Exports the control&#39;s data as Rich Text and sends it to the specified stream.</para>
  4735. </summary>
  4736. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported .</param>
  4737. </member>
  4738. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToRtf(System.IO.Stream,DevExpress.XtraPrinting.RtfExportOptions)">
  4739. <summary>
  4740. <para>Exports the control&#39;s data in the Rich Text Format (RTF file) and sends it to the specified stream.</para>
  4741. </summary>
  4742. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document should be exported.</param>
  4743. <param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object specifying how the data should be exported to the Rich Text Format.</param>
  4744. </member>
  4745. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToRtf(System.String)">
  4746. <summary>
  4747. <para>Exports the control&#39;s data to the specified RTF file.</para>
  4748. </summary>
  4749. <param name="filePath">A <see cref="T:System.String"/> which specifies the full path (including the file name and extension) where the RTF file will be created.</param>
  4750. </member>
  4751. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToRtf(System.String,DevExpress.XtraPrinting.RtfExportOptions)">
  4752. <summary>
  4753. <para>Exports the control&#39;s data in the Rich Text Format and saves it to the specified RTF file.</para>
  4754. </summary>
  4755. <param name="filePath">A <see cref="T:System.String"/> value which specifies the full path (including the file name and extension) where the RTF file should be created.</param>
  4756. <param name="options">A <see cref="T:DevExpress.XtraPrinting.RtfExportOptions"/> object specifying how the data should be exported to the Rich Text Format.</param>
  4757. </member>
  4758. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToText(System.IO.Stream)">
  4759. <summary>
  4760. <para>Exports the control&#39;s data to a text document and sends it to the specified stream.</para>
  4761. </summary>
  4762. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
  4763. </member>
  4764. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToText(System.IO.Stream,DevExpress.XtraPrinting.TextExportOptions)">
  4765. <summary>
  4766. <para>Exports the control&#39;s data to the specified stream in Text format using the specified options.</para>
  4767. </summary>
  4768. <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
  4769. <param name="options">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
  4770. </member>
  4771. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToText(System.String)">
  4772. <summary>
  4773. <para>Exports the control&#39;s data to a text file at the specified path.</para>
  4774. </summary>
  4775. <param name="filePath">A <see cref="T:System.String"/> value which specifies the full path (including the file name and extension) where the text file will be created.</param>
  4776. </member>
  4777. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToText(System.String,DevExpress.XtraPrinting.TextExportOptions)">
  4778. <summary>
  4779. <para>Exports the control&#39;s data to the specified file in Text format using the specified options.</para>
  4780. </summary>
  4781. <param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.</param>
  4782. <param name="options">A <see cref="T:DevExpress.XtraPrinting.TextExportOptions"/> object which specifies the export options to be applied when the control is exported.</param>
  4783. </member>
  4784. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXls(System.IO.Stream)">
  4785. <summary>
  4786. <para>Exports the control&#39;s data as XLS and sends it to the specified stream.</para>
  4787. </summary>
  4788. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which the created document is exported.</param>
  4789. </member>
  4790. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXls(System.IO.Stream,DevExpress.XtraPrinting.XlsExportOptions)">
  4791. <summary>
  4792. <para>Exports the control&#39;s data to the specified stream in XLS format using the specified options.</para>
  4793. </summary>
  4794. <param name="stream">A <see cref="T:System.IO.Stream"/> object, to which the created document is exported.</param>
  4795. <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when the control is exported.</param>
  4796. </member>
  4797. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXls(System.String)">
  4798. <summary>
  4799. <para>Exports the control&#39;s data to the specified file as XLS.</para>
  4800. </summary>
  4801. <param name="filePath">A <see cref="T:System.String"/> value which specifies the full path (including the file name and extension) where the XLS file will be created.</param>
  4802. </member>
  4803. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXls(System.String,DevExpress.XtraPrinting.XlsExportOptions)">
  4804. <summary>
  4805. <para>Exports the control&#39;s data to the specified file in XLS format using the specified options.</para>
  4806. </summary>
  4807. <param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the control is exported.</param>
  4808. <param name="options">A <see cref="T:DevExpress.XtraPrinting.XlsExportOptions"/> object which specifies the XLS export options to be applied when the control is exported.</param>
  4809. </member>
  4810. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXlsx(System.IO.Stream)">
  4811. <summary>
  4812. <para>Exports data to the specified stream in XLSX (MS Excel 2007) format.</para>
  4813. </summary>
  4814. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which data is exported.</param>
  4815. </member>
  4816. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXlsx(System.IO.Stream,DevExpress.XtraPrinting.XlsxExportOptions)">
  4817. <summary>
  4818. <para>Exports data to the specified stream in XLSX (MS Excel 2007) format using the specified options.</para>
  4819. </summary>
  4820. <param name="stream">A <see cref="T:System.IO.Stream"/> object to which data is exported.</param>
  4821. <param name="options">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that contains export options.</param>
  4822. </member>
  4823. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXlsx(System.String)">
  4824. <summary>
  4825. <para>Exports data to the specified file in XLSX (MS Excel 2007) format.</para>
  4826. </summary>
  4827. <param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the data is exported.</param>
  4828. </member>
  4829. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ExportToXlsx(System.String,DevExpress.XtraPrinting.XlsxExportOptions)">
  4830. <summary>
  4831. <para>Exports the control&#39;s data to the specified file in XLSX (MS Excel 2007) format using the specified options.</para>
  4832. </summary>
  4833. <param name="filePath">A <see cref="T:System.String"/> which specifies the name (including the full path) of the file to which the data is exported.</param>
  4834. <param name="options">An <see cref="T:DevExpress.XtraPrinting.XlsxExportOptions"/> object that contains export options.</param>
  4835. </member>
  4836. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FilterCriteria">
  4837. <summary>
  4838. <para>Gets or sets the filter criteria applied to the control.</para>
  4839. </summary>
  4840. <value>An object that specifies the filter criteria applied to the control.</value>
  4841. </member>
  4842. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FilterString">
  4843. <summary>
  4844. <para>Gets or sets the filter criteria applied to the control in text format.</para>
  4845. </summary>
  4846. <value>A string that specifies the filter criteria applied to the control.</value>
  4847. </member>
  4848. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FindFilterText">
  4849. <summary>
  4850. <para>Gets or sets the query in the Find Panel.</para>
  4851. </summary>
  4852. <value>A String value that specifies the query in the Find Panel.</value>
  4853. </member>
  4854. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FindPanelVisible">
  4855. <summary>
  4856. <para>Gets or sets whether the Find Panel is visible.</para>
  4857. </summary>
  4858. <value>true, if the Find Panel is visible; otherwise, false.</value>
  4859. </member>
  4860. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.FireChanged">
  4861. <summary>
  4862. <para>Forces an update to the control&#39;s properties listed within the property grid at design time.</para>
  4863. </summary>
  4864. </member>
  4865. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FixedBottomRows">
  4866. <summary>
  4867. <para>Provides access to the rows that are fixed to the control&#39;s bottom edge.</para>
  4868. </summary>
  4869. <value>A collection of rows fixed to the bottom edge.</value>
  4870. </member>
  4871. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FixedTopRows">
  4872. <summary>
  4873. <para>Provides access to the rows that are fixed to the control&#39;s top edge.</para>
  4874. </summary>
  4875. <value>A collection of rows fixed to the top edge.</value>
  4876. </member>
  4877. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecord">
  4878. <summary>
  4879. <para>Gets or sets the focused record by its index.</para>
  4880. </summary>
  4881. <value>An integer value that specifies the index of the focused record.</value>
  4882. </member>
  4883. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordCellChanged">
  4884. <summary>
  4885. <para>Fires in response to cell focus changing from one cell to another in a record if the previously and currently focused cells have different indexes.</para>
  4886. </summary>
  4887. </member>
  4888. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordCellIndex">
  4889. <summary>
  4890. <para>Gets or sets the index of the focused cell in the focused record.</para>
  4891. </summary>
  4892. <value>An integer value that specifies the index of the focused cell.</value>
  4893. </member>
  4894. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordChanged">
  4895. <summary>
  4896. <para>Fires in response to record focus changing.</para>
  4897. </summary>
  4898. </member>
  4899. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRecordModified">
  4900. <summary>
  4901. <para>Gets whether the focused record&#39;s cell values have been modified since the record last received focus.</para>
  4902. </summary>
  4903. <value>true if the focused record&#39;s data has been changed; otherwise, false.</value>
  4904. </member>
  4905. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRow">
  4906. <summary>
  4907. <para>Gets or sets the focused row.</para>
  4908. </summary>
  4909. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the focused row. null (Nothing in Visual Basic) if no row is focused.</value>
  4910. </member>
  4911. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.FocusedRowChanged">
  4912. <summary>
  4913. <para>Fires in response to row focus moving.</para>
  4914. </summary>
  4915. </member>
  4916. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.FocusFirst">
  4917. <summary>
  4918. <para>Moves focus to the first visible row.</para>
  4919. </summary>
  4920. </member>
  4921. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.FocusLast">
  4922. <summary>
  4923. <para>Moves row focus to the last visible row.</para>
  4924. </summary>
  4925. </member>
  4926. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.FocusNext">
  4927. <summary>
  4928. <para>Moves row focus to the next visible row.</para>
  4929. </summary>
  4930. </member>
  4931. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.FocusPrev">
  4932. <summary>
  4933. <para>Moves row focus to the previous visible row.</para>
  4934. </summary>
  4935. </member>
  4936. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ForceInitialize">
  4937. <summary>
  4938. <para>Forces the control to finish its initialization.</para>
  4939. </summary>
  4940. </member>
  4941. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.FullExpandRow(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  4942. <summary>
  4943. <para>Expands the specified row and all its children.</para>
  4944. </summary>
  4945. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row to expand.</param>
  4946. </member>
  4947. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetCellDisplayText(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  4948. <summary>
  4949. <para>Returns the display text of the specified cell.</para>
  4950. </summary>
  4951. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row where the desired cell resides.</param>
  4952. <param name="recordIndex">A zero-based integer that specifies the index of the record which contains the cell.</param>
  4953. <returns>A <see cref="T:System.String"/> value that represents the cell&#39;s display text.</returns>
  4954. </member>
  4955. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetCellDisplayText(DevExpress.XtraVerticalGrid.Rows.MultiEditorRow,System.Int32,System.Int32)">
  4956. <summary>
  4957. <para>Returns the display text of the specified cell within the multi-editor row.</para>
  4958. </summary>
  4959. <param name="meRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> object that represents the row where the cell resides.</param>
  4960. <param name="recordIndex">A zero-based integer that specifies the index of the record which contains the cell.</param>
  4961. <param name="cellIndex">A zero-based integer that specifies the cell&#39;s index.</param>
  4962. <returns>A <see cref="T:System.String"/> value that represents the cell&#39;s display text.</returns>
  4963. </member>
  4964. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetCellDisplayText(DevExpress.XtraVerticalGrid.Rows.RowProperties,System.Int32)">
  4965. <summary>
  4966. <para>Returns the display text of the specified cell.</para>
  4967. </summary>
  4968. <param name="rowProperties">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object that identifies a row.</param>
  4969. <param name="recordIndex">A zero-based integer that specifies the index of the record which contains the cell.</param>
  4970. <returns>A System.String value that represents the cell&#39;s display text.</returns>
  4971. </member>
  4972. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetCellValue(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  4973. <summary>
  4974. <para>Returns the value of the specified cell.</para>
  4975. </summary>
  4976. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row which owns the cell.</param>
  4977. <param name="recordIndex">A zero-based integer that specifies the index of the record which contains the cell.</param>
  4978. <returns>An object that represents the cell&#39;s value. null (Nothing in Visual Basic) if no cell is found.</returns>
  4979. </member>
  4980. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetCellValue(DevExpress.XtraVerticalGrid.Rows.MultiEditorRow,System.Int32,System.Int32)">
  4981. <summary>
  4982. <para>Returns the value of the specified cell within the multi-editor row.</para>
  4983. </summary>
  4984. <param name="meRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> object that represents the row where the cell resides.</param>
  4985. <param name="recordIndex">A zero-based integer that specifies the index of the record which contains the cell.</param>
  4986. <param name="cellIndex">A zero-based integer that specifies the cell&#39;s index.</param>
  4987. <returns>An object that represents the cell&#39;s value. null (Nothing in Visual Basic) if no cell is found.</returns>
  4988. </member>
  4989. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetCellValue(DevExpress.XtraVerticalGrid.Rows.RowProperties,System.Int32)">
  4990. <summary>
  4991. <para>Returns the value of the specified cell.</para>
  4992. </summary>
  4993. <param name="props">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object that represents the row item that owns the cell.</param>
  4994. <param name="recordIndex">A zero-based integer that specifies the index of the record which contains the cell.</param>
  4995. <returns>An object that represents the cell&#39;s value. null (Nothing in Visual Basic) if no cell is found.</returns>
  4996. </member>
  4997. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetDataSourceRecordIndex(System.Int32)">
  4998. <summary>
  4999. <para>Returns the index of the data source record that corresponds to the vertical grid record with the specified index (handle).</para>
  5000. </summary>
  5001. <param name="recordIndex">The vertical grid record index (handle) for which to return the corresponding data source record index.</param>
  5002. <returns>The index of the data source record that corresponds to the vertical grid record with the specified index (handle)</returns>
  5003. </member>
  5004. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetFindColumnNames">
  5005. <summary>
  5006. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  5007. </summary>
  5008. <returns></returns>
  5009. </member>
  5010. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetFirst">
  5011. <summary>
  5012. <para>Returns the first row within the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.Rows"/> collection.</para>
  5013. </summary>
  5014. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the first element in the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.Rows"/> collection. null (Nothing in Visual Basic) if the vertical grid has no rows.</returns>
  5015. </member>
  5016. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetFirstVisible">
  5017. <summary>
  5018. <para>Returns the first visible row.</para>
  5019. </summary>
  5020. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the first visible row. null (Nothing in Visual Basic) if no visible row is found.</returns>
  5021. </member>
  5022. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetLast">
  5023. <summary>
  5024. <para>Returns the last row.</para>
  5025. </summary>
  5026. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the last row. null (Nothing in Visual Basic) if the vertical grid has no rows.</returns>
  5027. </member>
  5028. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetLastVisible">
  5029. <summary>
  5030. <para>Returns the last visible row.</para>
  5031. </summary>
  5032. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the last visible row. null (Nothing in Visual Basic) if no visible row is found.</returns>
  5033. </member>
  5034. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetNext(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5035. <summary>
  5036. <para>Returns the row next to the specified one.</para>
  5037. </summary>
  5038. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row whose next row is returned.</param>
  5039. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row next to the specified one.</returns>
  5040. </member>
  5041. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetNextVisible(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5042. <summary>
  5043. <para>Returns the visible row next to the specified one.</para>
  5044. </summary>
  5045. <param name="visibleRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the visible row whose next visible row is returned.</param>
  5046. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the visible row next to the specified one.</returns>
  5047. </member>
  5048. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetPrev(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5049. <summary>
  5050. <para>Returns the row previous to the specified one.</para>
  5051. </summary>
  5052. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row whose previous row is returned.</param>
  5053. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row previous to the specified one.</returns>
  5054. </member>
  5055. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetPrevVisible(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5056. <summary>
  5057. <para>Returns the visible row previous to the specified one.</para>
  5058. </summary>
  5059. <param name="visibleRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the visible row whose previous visible row is returned.</param>
  5060. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the visible row previous to the specified one.</returns>
  5061. </member>
  5062. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRecordIndex(System.Int32)">
  5063. <summary>
  5064. <para>Returns the index (handle) of the vertical grid record that corresponds to the data source record with the specified index.</para>
  5065. </summary>
  5066. <param name="dataSourceRecordIndex">The data source record index for which to return the corresponding vertical grid record index (handle).</param>
  5067. <returns>The index (handle) of the vertical grid record that corresponds to the data source record with the specified index.</returns>
  5068. </member>
  5069. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRecordObject(System.Int32)">
  5070. <summary>
  5071. <para>Returns an object that represents the specified record.</para>
  5072. </summary>
  5073. <param name="recordIndex">An integer value that specifies the record&#39;s index.</param>
  5074. <returns>A <see cref="T:System.Object"/> object that represents the specified record. null (Nothing in Visual Basic) if the record with the specified index is not found.</returns>
  5075. </member>
  5076. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRowByCaption(System.String)">
  5077. <summary>
  5078. <para>Returns the <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> with the specified <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Caption"/> property value.</para>
  5079. </summary>
  5080. <param name="caption">The string value specifying the caption of the row to return.</param>
  5081. <returns>The <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant with the specified <see cref="P:DevExpress.XtraVerticalGrid.Rows.RowProperties.Caption"/> property value. null (Nothing in Visual Basic) if no row is found.</returns>
  5082. </member>
  5083. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRowByFieldName(System.String)">
  5084. <summary>
  5085. <para>Returns a row by the name of the field which it&#39;s bound to.</para>
  5086. </summary>
  5087. <param name="fieldName">A <see cref="T:System.String"/> value which specifies the name of the field in the data source.</param>
  5088. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the row bound to the data source field with the specified name. null (Nothing in Visual Basic) if no row is found.</returns>
  5089. </member>
  5090. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRowByHandle(System.Int32)">
  5091. <summary>
  5092. <para>Returns a row by its handle.</para>
  5093. </summary>
  5094. <param name="rowHandle">An integer value which represents the handle of the row to return.</param>
  5095. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the row with the specified handle. null (Nothing in Visual Basic) is no row is found.</returns>
  5096. </member>
  5097. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRowByName(System.String)">
  5098. <summary>
  5099. <para>Returns the <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> with the specified <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Name"/> property value.</para>
  5100. </summary>
  5101. <param name="name">The string value specifying the name of the row to return.</param>
  5102. <returns>The <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant with the specified <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Name"/> property value. null (Nothing in Visual Basic) if no row is found.</returns>
  5103. </member>
  5104. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRowError(DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  5105. <summary>
  5106. <para>Gets an error description for the focused cell or the entire focused record.</para>
  5107. </summary>
  5108. <param name="props">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object which identifies the cell within the focused record.</param>
  5109. <returns>A <see cref="T:System.String"/> value that represents an error description.</returns>
  5110. </member>
  5111. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRowErrorType(DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  5112. <summary>
  5113. <para>Gets an error icon type for the focused cell or for the entire record.</para>
  5114. </summary>
  5115. <param name="props">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object that represents the row item that contains an error cell.</param>
  5116. <returns>A <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ErrorType"/> value that represents the error icon type.</returns>
  5117. </member>
  5118. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetRowPropertiesByFieldName(System.String)">
  5119. <summary>
  5120. <para>Returns row properties based on a data source field name of the required row.</para>
  5121. </summary>
  5122. <param name="fieldName">A string value specifying the filed name of the required row in the data source.</param>
  5123. <returns>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object of the required row.</returns>
  5124. </member>
  5125. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetSelectedCells">
  5126. <summary>
  5127. <para>Returns selected cells in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>).</para>
  5128. </summary>
  5129. <returns>An array of objects that refer to the selected cells.</returns>
  5130. </member>
  5131. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetSelectedRecords">
  5132. <summary>
  5133. <para>Returns selected cells in multiple record selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RecordSelect"/>).</para>
  5134. </summary>
  5135. <returns>An array of data source indexes identifying the selected records.</returns>
  5136. </member>
  5137. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.GetSelectedRows">
  5138. <summary>
  5139. <para>Returns selected cells in multiple row selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect"/>).</para>
  5140. </summary>
  5141. <returns>An array of row objects.</returns>
  5142. </member>
  5143. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.GridDisposing">
  5144. <summary>
  5145. <para>Gets a value which indicates whether the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> is being unloaded from memory.</para>
  5146. </summary>
  5147. <value>true if the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/> is being disposed of; otherwise, false.</value>
  5148. </member>
  5149. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.GridLayout">
  5150. <summary>
  5151. <para>Fires after the grid&#39;s layout has been changed.</para>
  5152. </summary>
  5153. </member>
  5154. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.HasRowErrors">
  5155. <summary>
  5156. <para>Indicates whether the focused record or at least a single cell within the focused record has an error assigned.</para>
  5157. </summary>
  5158. <value>true if the focused record contains errors set via the VGridControlBase.SetRowError method; otherwise, false.</value>
  5159. </member>
  5160. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.HiddenEditor">
  5161. <summary>
  5162. <para>Fires after an inplace editor has been closed.</para>
  5163. </summary>
  5164. </member>
  5165. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.HideCustomizationForm">
  5166. <summary>
  5167. <para>Fires before the Customization Form is closed.</para>
  5168. </summary>
  5169. </member>
  5170. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.HideEditor">
  5171. <summary>
  5172. <para>Hides the active editor and discards any changes made.</para>
  5173. </summary>
  5174. </member>
  5175. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.HideFindPanel">
  5176. <summary>
  5177. <para>Hides the Find Panel.</para>
  5178. </summary>
  5179. </member>
  5180. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.HorzScroll(System.Int32)">
  5181. <summary>
  5182. <para>Scrolls the vertical grid by the specified number of records.</para>
  5183. </summary>
  5184. <param name="recordsCount">An integer value that specifies the number of records to scroll. If positive, forward scrolling is performed; otherwise the vertical grid is scrolled backwards.</param>
  5185. </member>
  5186. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.HorzScrollPixel(System.Int32)">
  5187. <summary>
  5188. <para>Scrolls the vertical grid horizontally by the specified number of pixels.</para>
  5189. </summary>
  5190. <param name="pixelCount">An integer value that specifies the number of pixels to scroll. If positive, forward scrolling is performed; otherwise the vertical grid is scrolled backwards.</param>
  5191. </member>
  5192. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.HtmlImages">
  5193. <summary>
  5194. <para>Gets or sets a collection of images that can be embedded in row headers and cells using the image tag.</para>
  5195. </summary>
  5196. <value>An image collection.</value>
  5197. </member>
  5198. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.ImageList">
  5199. <summary>
  5200. <para>Gets or sets the source of row header images.</para>
  5201. </summary>
  5202. <value>An object that is the source of images displayed within row headers.</value>
  5203. </member>
  5204. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.InitNewRecord">
  5205. <summary>
  5206. <para>Enables added records to be initialized.</para>
  5207. </summary>
  5208. </member>
  5209. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.InternalGetService(System.Type)">
  5210. <summary>
  5211. <para>This member supports the infrastructure and is not intended to be used directly from your code.</para>
  5212. </summary>
  5213. <param name="service"></param>
  5214. <returns></returns>
  5215. </member>
  5216. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.InvalidateData">
  5217. <summary>
  5218. <para>Marks the control as not valid (needs repainting) and causes the control to reload data from the data source with the next repaint operation.</para>
  5219. </summary>
  5220. </member>
  5221. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.InvalidateRecord(System.Int32)">
  5222. <summary>
  5223. <para>Invalidates the specified record.</para>
  5224. </summary>
  5225. <param name="recordIndex">An integer value that identifies the record to be invalidated.</param>
  5226. </member>
  5227. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.InvalidateRow(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5228. <summary>
  5229. <para>Invalidates the specified row.</para>
  5230. </summary>
  5231. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row to be invalidated.</param>
  5232. </member>
  5233. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.InvalidateRowCells(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  5234. <summary>
  5235. <para>Invalidates the specified row cells.</para>
  5236. </summary>
  5237. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant which represents the row to which the cells belong.</param>
  5238. <param name="recordIndex">A zero-based integer value that specifies the index of the record that contains the cells.</param>
  5239. </member>
  5240. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.InvalidRecordException">
  5241. <summary>
  5242. <para>Fires when a record fails validation or when it cannot be saved to the data source.</para>
  5243. </summary>
  5244. </member>
  5245. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.InvalidValueException">
  5246. <summary>
  5247. <para>Enables a proper response to entering an invalid cell value to be provided.</para>
  5248. </summary>
  5249. </member>
  5250. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.IsCategoryRow(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5251. <summary>
  5252. <para>Gets whether the specified row is of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> type.</para>
  5253. </summary>
  5254. <param name="row">A row to be tested.</param>
  5255. <returns>true if the specified row is of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.CategoryRow"/> type; otherwise, false.</returns>
  5256. </member>
  5257. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.IsCellDefaultValue(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  5258. <summary>
  5259. <para>Returns whether the specified cell&#39;s value is the default value.</para>
  5260. </summary>
  5261. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> object which identifies the row.</param>
  5262. <param name="recordIndex">An integer which identifies the record which contains the required cell.</param>
  5263. <returns>true if the specified cell&#39;s value is the default value; otherwise, false.</returns>
  5264. </member>
  5265. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.IsCellDefaultValue(DevExpress.XtraVerticalGrid.Rows.RowProperties,System.Int32)">
  5266. <summary>
  5267. <para>Returns whether the specified cell&#39;s value is defaut.</para>
  5268. </summary>
  5269. <param name="props">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object representing the required row item.</param>
  5270. <param name="recordIndex">An integer which identifies the record which contains the required cell.</param>
  5271. <returns>true if the specified cell&#39;s value is default; otherwise, false.</returns>
  5272. </member>
  5273. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.IsDataRecord(System.Int32)">
  5274. <summary>
  5275. <para>Returns whether or not the specified row handle corresponds to a data row.</para>
  5276. </summary>
  5277. <param name="recordIndex"></param>
  5278. <returns>true, if the specified row handle corresponds to a data row; otherwise, false.</returns>
  5279. </member>
  5280. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.IsEditorRow(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5281. <summary>
  5282. <para>Gets whether the specified row is of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.EditorRow"/> type.</para>
  5283. </summary>
  5284. <param name="row">A row to be tested.</param>
  5285. <returns>true if the specified row is of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.EditorRow"/> type; otherwise, false.</returns>
  5286. </member>
  5287. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.IsMultiEditorRow(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5288. <summary>
  5289. <para>Gets whether the specified row is of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> type.</para>
  5290. </summary>
  5291. <param name="row">A row to be tested.</param>
  5292. <returns>true if the specified row is of the <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> type; otherwise, false.</returns>
  5293. </member>
  5294. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.IsPrintingAvailable">
  5295. <summary>
  5296. <para>Indicates whether the vertical grid control can be printed.</para>
  5297. </summary>
  5298. <value>true if the Pivot Grid Control can be printed; otherwise, false.</value>
  5299. </member>
  5300. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.IsValidRecordHandle(System.Int32)">
  5301. <summary>
  5302. <para>Returns whether or not the specified record handle is valid.</para>
  5303. </summary>
  5304. <param name="recordIndex"></param>
  5305. <returns>true, if the specified record handle is valid; otherwise, false.</returns>
  5306. </member>
  5307. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.LayoutChanged">
  5308. <summary>
  5309. <para>Updates the vertical grid.</para>
  5310. </summary>
  5311. </member>
  5312. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.LayoutChangedCore">
  5313. <summary>
  5314. <para>This member supports the internal infrastructure, and is not intended to be used directly from your code.</para>
  5315. </summary>
  5316. </member>
  5317. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.LayoutUpgrade">
  5318. <summary>
  5319. <para>Occurs after a layout whose version doesn&#39;t match the current layout version has been loaded from storage (a stream, xml file or system registry).</para>
  5320. </summary>
  5321. </member>
  5322. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.LayoutVersion">
  5323. <summary>
  5324. <para>Gets or sets the version of the control&#39;s layout.</para>
  5325. </summary>
  5326. <value>A string that specifies the version of the layout in the control.</value>
  5327. </member>
  5328. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.LeftVisibleBand">
  5329. <summary>
  5330. <para>Gets or sets the index of the leftmost visible band.</para>
  5331. </summary>
  5332. <value>An integer value that specifies the zero-based index of the leftmost visible band.</value>
  5333. </member>
  5334. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.LeftVisibleRecord">
  5335. <summary>
  5336. <para>Gets or sets the leftmost visible record.</para>
  5337. </summary>
  5338. <value>A zero-based integer value that specifies the index of the leftmost visible record.</value>
  5339. </member>
  5340. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.LeftVisibleRecordChanged">
  5341. <summary>
  5342. <para>Fires when the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.LeftVisibleRecord"/> property&#39;s value is changed.</para>
  5343. </summary>
  5344. </member>
  5345. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.LeftVisibleRecordPixel">
  5346. <summary>
  5347. <para>Gets or sets the horizontal scroll position of the leftmost record (column).</para>
  5348. </summary>
  5349. <value>A <see cref="T:System.Int32"/> value that specifies the horizontal scroll position of the leftmost record (column).</value>
  5350. </member>
  5351. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.LookAndFeel">
  5352. <summary>
  5353. <para>Provides access to the settings that control the vertical grid&#39;s look and feel.</para>
  5354. </summary>
  5355. <value>A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object whose properties specify the vertical grid&#39;s look and feel.</value>
  5356. </member>
  5357. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.MakeRecordVisible(System.Int32)">
  5358. <summary>
  5359. <para>Makes the specified record visible on screen.</para>
  5360. </summary>
  5361. <param name="recordIndex">An integer value which identifies the record that should be made visible.</param>
  5362. </member>
  5363. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.MakeRowVisible(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5364. <summary>
  5365. <para>Makes the specified row visible on screen.</para>
  5366. </summary>
  5367. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row to be made visible.</param>
  5368. </member>
  5369. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.MaxRowAutoHeight">
  5370. <summary>
  5371. <para>Gets or sets the maximum height that rows can be stretched, to accommodate their values completely.</para>
  5372. </summary>
  5373. <value>The maximum row height, in pixels.</value>
  5374. </member>
  5375. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.MoveRow(DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.RowDragEffect)">
  5376. <summary>
  5377. <para>Moves a row next to another row, as specified by the <see cref="T:DevExpress.XtraVerticalGrid.RowDragEffect"/> parameter.</para>
  5378. </summary>
  5379. <param name="source">A row to be moved.</param>
  5380. <param name="destinationRow">A row next to which the first row is inserted.</param>
  5381. <param name="effect">A <see cref="T:DevExpress.XtraVerticalGrid.RowDragEffect"/> value that specifies the insertion mode for a row.</param>
  5382. </member>
  5383. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.MoveRow(DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Boolean)">
  5384. <summary>
  5385. <para>Moves the specified row to the position specified.</para>
  5386. </summary>
  5387. <param name="source">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row moved.</param>
  5388. <param name="destinationRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row before which the source row should be moved or the parent row whose child row collection it should be appended to.</param>
  5389. <param name="insertBefore">true if the source row should be moved before the destination row; false if the source row should be appended to the child rows collection of the destination row.</param>
  5390. </member>
  5391. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.NotFixedRows">
  5392. <summary>
  5393. <para>Provides access to the collection of non-fixed rows.</para>
  5394. </summary>
  5395. <value>A collection of non-fixed rows.</value>
  5396. </member>
  5397. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.OptionsBehavior">
  5398. <summary>
  5399. <para>Provides access to the vertical grid&#39;s behavior options.</para>
  5400. </summary>
  5401. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsBehavior"/> object which contains the grid&#39;s behavior options.</value>
  5402. </member>
  5403. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.OptionsFind">
  5404. <summary>
  5405. <para>Provides access to settings controlling the behavior and visibility of the Find Panel and its elements.</para>
  5406. </summary>
  5407. <value>The settings controlling the behavior and visibility of the Find Panel and its elements.</value>
  5408. </member>
  5409. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.OptionsHint">
  5410. <summary>
  5411. <para>Provides access to the control&#39;s tooltip options.</para>
  5412. </summary>
  5413. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsHint"/> object containing the control&#39;s tooltip options.</value>
  5414. </member>
  5415. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.OptionsLayout">
  5416. <summary>
  5417. <para>Provides access to options that specify how a control&#39;s layout is stored to and restored from a data store (a stream, xml file or the system registry).</para>
  5418. </summary>
  5419. <value>An object that contains options for controlling how the layout is stored and restored.</value>
  5420. </member>
  5421. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.OptionsMenu">
  5422. <summary>
  5423. <para>Provides access to the control&#39;s menu options.</para>
  5424. </summary>
  5425. <value>A VGridOptionsMenu object containing the control&#39;s menu options.</value>
  5426. </member>
  5427. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.OptionsSelectionAndFocus">
  5428. <summary>
  5429. <para>Provides access to the vertical grid&#39;s selection and focus options.</para>
  5430. </summary>
  5431. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridOptionsSelectionAndFocus"/> object which contains the vertical grid&#39;s selection and focus options.</value>
  5432. </member>
  5433. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.OptionsView">
  5434. <summary>
  5435. <para>Provides access to the vertical grid&#39;s display options.</para>
  5436. </summary>
  5437. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsView"/> object which contains the grid&#39;s display options.</value>
  5438. </member>
  5439. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ParseFindPanelText">
  5440. <summary>
  5441. <para>Fires after the query in the find panel changes. Allows you to create a filter condition based on the query and specify how to highlight results in the control.</para>
  5442. </summary>
  5443. </member>
  5444. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.PopupMenuShowing">
  5445. <summary>
  5446. <para>Allows you to populate a context menu invoked with a right-click on a property.</para>
  5447. </summary>
  5448. </member>
  5449. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.PostEditor">
  5450. <summary>
  5451. <para>Posts the value being edited to the associated data source without closing the active in-place editor.</para>
  5452. </summary>
  5453. <returns>true if the value being edited has been successfully saved to the associated data source; otherwise, false.</returns>
  5454. </member>
  5455. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.Print">
  5456. <summary>
  5457. <para>Prints the vertical grid control.</para>
  5458. </summary>
  5459. </member>
  5460. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ProcessDragRow">
  5461. <summary>
  5462. <para>Fires when a user drags a row.</para>
  5463. </summary>
  5464. </member>
  5465. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.RecordCellStyle">
  5466. <summary>
  5467. <para>Enables the appearance settings of individual cells to be changed.</para>
  5468. </summary>
  5469. </member>
  5470. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RecordCount">
  5471. <summary>
  5472. <para>Gets the number of records within the vertical grid.</para>
  5473. </summary>
  5474. <value>An integer value that specifies the number of records within the vertical grid.</value>
  5475. </member>
  5476. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RecordMinWidth">
  5477. <summary>
  5478. <para>Gets the record&#39;s minimum width.</para>
  5479. </summary>
  5480. <value>Returns 15.</value>
  5481. </member>
  5482. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RecordsInterval">
  5483. <summary>
  5484. <para>Gets or sets the distance between records.</para>
  5485. </summary>
  5486. <value>An integer value that specifies the distance between records, in pixels.</value>
  5487. </member>
  5488. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RecordsIterator">
  5489. <summary>
  5490. <para>Allows you to iterate all available records, or only records that are currently visible (fit the currently applied filter), and perform a custom operation on the iterated records.</para>
  5491. </summary>
  5492. <value>A DevExpress.XtraVerticalGrid.Rows.VGridRecordsIterator object that iterates records.</value>
  5493. </member>
  5494. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RecordWidth">
  5495. <summary>
  5496. <para>Gets or sets a record&#39;s width (as an absolute or relative value) based on the current layout. This setting affects all Vertical Grid or Property Grid records. Note that you cannot change the width of an individual record.</para>
  5497. </summary>
  5498. <value>An integer value that specifies the record&#39;s width.</value>
  5499. </member>
  5500. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.RecordWidthChanged">
  5501. <summary>
  5502. <para>Fires after a record&#39;s width has been changed.</para>
  5503. </summary>
  5504. </member>
  5505. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.Refresh">
  5506. <summary>
  5507. <para>Forces the vertical grid to invalidate its client area and immediately redraw itself.</para>
  5508. </summary>
  5509. </member>
  5510. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RefreshEditor">
  5511. <summary>
  5512. <para>Refreshes the active editor.</para>
  5513. </summary>
  5514. </member>
  5515. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ResetCursor">
  5516. <summary>
  5517. <para>Resets the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.Cursor"/> property to its default value.</para>
  5518. </summary>
  5519. </member>
  5520. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RestoreDefaultStyles">
  5521. <summary>
  5522. <para>Resets the appearance settings to their default values.</para>
  5523. </summary>
  5524. </member>
  5525. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RestoreLayoutFromRegistry(System.String)">
  5526. <summary>
  5527. <para>Restores the layout stored at the specified system registry path.</para>
  5528. </summary>
  5529. <param name="path">A string value which specifies the system registry path. If the specified path doesn&#39;t exist, this method does nothing.</param>
  5530. </member>
  5531. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RestoreLayoutFromRegistry(System.String,DevExpress.Utils.OptionsLayoutBase)">
  5532. <summary>
  5533. <para>Restores the control&#39;s layout stored at the specified system registry path.</para>
  5534. </summary>
  5535. <param name="path">A string value specifying the system registry path.</param>
  5536. <param name="options">An object that specifies which options must be restored.</param>
  5537. </member>
  5538. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RestoreLayoutFromStream(System.IO.Stream)">
  5539. <summary>
  5540. <para>Restores a vertical grid&#39;s layout from the specified stream.</para>
  5541. </summary>
  5542. <param name="stream">A <see cref="T:System.IO.Stream"/> descendant from which the vertical grid&#39;s settings are read. If null (Nothing in Visual Basic), an exception is raised.</param>
  5543. </member>
  5544. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RestoreLayoutFromStream(System.IO.Stream,DevExpress.Utils.OptionsLayoutBase)">
  5545. <summary>
  5546. <para>Loads the control&#39;s layout from a stream, using the specified options.</para>
  5547. </summary>
  5548. <param name="stream">A System.IO.Stream object from which the control&#39;s settings are read.</param>
  5549. <param name="options">An object that specifies which options must be restored.</param>
  5550. </member>
  5551. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RestoreLayoutFromXml(System.String)">
  5552. <summary>
  5553. <para>Restores a vertical grid&#39;s layout from the specified XML file.</para>
  5554. </summary>
  5555. <param name="xmlFile">A string value which specifies the path to the XML file from which the vertical grid&#39;s settings are read. If the specified file doesn&#39;t exist, an exception is raised.</param>
  5556. </member>
  5557. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RestoreLayoutFromXml(System.String,DevExpress.Utils.OptionsLayoutBase)">
  5558. <summary>
  5559. <para>Loads the control&#39;s layout from the specified XML file, using the specified options.</para>
  5560. </summary>
  5561. <param name="xmlFile">A string value specifying the XML file from which control settings are read.</param>
  5562. <param name="options">An object that specifies which options must be restored.</param>
  5563. </member>
  5564. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RetrieveFields">
  5565. <summary>
  5566. <para>Creates rows for all the fields in the bound data source.</para>
  5567. </summary>
  5568. </member>
  5569. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowChanged">
  5570. <summary>
  5571. <para>Fires after a row&#39;s property has been changed.</para>
  5572. </summary>
  5573. </member>
  5574. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowChanging">
  5575. <summary>
  5576. <para>Fires when changing a row&#39;s property.</para>
  5577. </summary>
  5578. </member>
  5579. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RowHeaderMinWidth">
  5580. <summary>
  5581. <para>Gets the row header&#39;s minimum width.</para>
  5582. </summary>
  5583. <value>Returns 15.</value>
  5584. </member>
  5585. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RowHeaderWidth">
  5586. <summary>
  5587. <para>Gets or sets the width of row headers.</para>
  5588. </summary>
  5589. <value>An integer value which specifies the width of row headers.</value>
  5590. </member>
  5591. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.RowHeaderWidthChanged">
  5592. <summary>
  5593. <para>Fires after the width of row headers has been changed.</para>
  5594. </summary>
  5595. </member>
  5596. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RowHeaderWidthChangeStep">
  5597. <summary>
  5598. <para>Gets or sets a value by which the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.RowHeaderWidth"/> property changes when using CTRL + LEFT or CTRL + RIGHT key combinations.</para>
  5599. </summary>
  5600. <value>An integer value that specifies the number of pixels by which the width of row headers changes.</value>
  5601. </member>
  5602. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.Rows">
  5603. <summary>
  5604. <para>Gets a collection of root rows.</para>
  5605. </summary>
  5606. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridRows"/> object that represents the collection of root rows.</value>
  5607. </member>
  5608. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RowsCustomization">
  5609. <summary>
  5610. <para>Invokes the Customization Form.</para>
  5611. </summary>
  5612. </member>
  5613. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.RowsCustomization(System.Drawing.Point)">
  5614. <summary>
  5615. <para>Invokes the Customization Form at the specified point.</para>
  5616. </summary>
  5617. <param name="screenLocation">A <see cref="T:System.Drawing.Point"/> structure that specifies the location of the Customization Form&#39;s top-left corner. The point is set in screen coordinates.</param>
  5618. </member>
  5619. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.RowsIterator">
  5620. <summary>
  5621. <para>Provides access to the Rows Iterator.</para>
  5622. </summary>
  5623. <value>A <see cref="T:DevExpress.XtraVerticalGrid.Rows.VGridRowsIterator"/> object that represents Rows Iterator.</value>
  5624. </member>
  5625. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SaveLayoutToRegistry(System.String)">
  5626. <summary>
  5627. <para>Saves a vertical grid&#39;s layout to a system registry path.</para>
  5628. </summary>
  5629. <param name="path">A string value which specifies the system registry path to which the layout is saved.</param>
  5630. </member>
  5631. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SaveLayoutToRegistry(System.String,DevExpress.Utils.OptionsLayoutBase)">
  5632. <summary>
  5633. <para>Saves the control&#39;s layout to the specified system registry path, using the specified options.</para>
  5634. </summary>
  5635. <param name="path">A string value specifying the system registry path.</param>
  5636. <param name="options">An object that specifies which options must be saved.</param>
  5637. </member>
  5638. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SaveLayoutToStream(System.IO.Stream)">
  5639. <summary>
  5640. <para>Saves a vertical grid&#39;s layout to the specified stream.</para>
  5641. </summary>
  5642. <param name="stream">A <see cref="T:System.IO.Stream"/> descendant to which a vertical grid&#39;s layout is written.</param>
  5643. </member>
  5644. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SaveLayoutToStream(System.IO.Stream,DevExpress.Utils.OptionsLayoutBase)">
  5645. <summary>
  5646. <para>Saves the control&#39;s layout to a stream, using the specified options.</para>
  5647. </summary>
  5648. <param name="stream">A System.IO.Stream object to which the control&#39;s layout is written.</param>
  5649. <param name="options">An object that specifies which options must be saved.</param>
  5650. </member>
  5651. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SaveLayoutToXml(System.String)">
  5652. <summary>
  5653. <para>Saves a vertical grid&#39;s layout to an XML file.</para>
  5654. </summary>
  5655. <param name="xmlFile">A string value which specifies the path to the file where the vertical grid&#39;s layout should be stored. If an empty string is specified, an exception is raised.</param>
  5656. </member>
  5657. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SaveLayoutToXml(System.String,DevExpress.Utils.OptionsLayoutBase)">
  5658. <summary>
  5659. <para>Saves a control&#39;s layout to a specified XML file, using the specified options.</para>
  5660. </summary>
  5661. <param name="xmlFile">A string value specifying the XML file name.</param>
  5662. <param name="options">An object that specifies which options must be saved.</param>
  5663. </member>
  5664. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.ScrollsStyle">
  5665. <summary>
  5666. <para>Gets the style which is applied to the scroll bars.</para>
  5667. </summary>
  5668. <value>A DevExpress.XtraVerticalGrid.VGridScrollStylesController object that contains the style settings for scroll bars.</value>
  5669. </member>
  5670. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.ScrollVisibility">
  5671. <summary>
  5672. <para>Gets or sets a value that specifies the availability of scroll elements.</para>
  5673. </summary>
  5674. <value>A <see cref="T:DevExpress.XtraVerticalGrid.ScrollVisibility"/> enumeration value that specifies when horizontal and vertical scroll bars should be displayed.</value>
  5675. </member>
  5676. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectAll">
  5677. <summary>
  5678. <para></para>
  5679. </summary>
  5680. </member>
  5681. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectCell(System.Int32,DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  5682. <summary>
  5683. <para>Adds a cell to the current selection in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>). This overload allows you to address a certain cell within a <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/>.</para>
  5684. </summary>
  5685. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5686. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> object.</param>
  5687. <param name="cellIndex">The index of a cell within the specified <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/>.</param>
  5688. </member>
  5689. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectCell(System.Int32,DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  5690. <summary>
  5691. <para>Adds a cell to the current selection in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>).</para>
  5692. </summary>
  5693. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5694. <param name="properties">A row identifier, which matches the <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Properties"/> object.</param>
  5695. </member>
  5696. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectCell(System.Int32,System.String)">
  5697. <summary>
  5698. <para>Adds a cell to the current selection in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>).</para>
  5699. </summary>
  5700. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5701. <param name="fieldName">A string that identifies a row&#39;s field name.</param>
  5702. </member>
  5703. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectCells(System.Int32,DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32,System.Int32,DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  5704. <summary>
  5705. <para></para>
  5706. </summary>
  5707. <param name="startRecord"></param>
  5708. <param name="startRow"></param>
  5709. <param name="startCell"></param>
  5710. <param name="endRecord"></param>
  5711. <param name="endRow"></param>
  5712. <param name="endCell"></param>
  5713. </member>
  5714. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectCells(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
  5715. <summary>
  5716. <para></para>
  5717. </summary>
  5718. <param name="startRecord"></param>
  5719. <param name="startRowIndex"></param>
  5720. <param name="startCell"></param>
  5721. <param name="endRecord"></param>
  5722. <param name="endRowIndex"></param>
  5723. <param name="endCell"></param>
  5724. </member>
  5725. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.SelectedChanged">
  5726. <summary>
  5727. <para>Allows you to respond to changes in the current selection.</para>
  5728. </summary>
  5729. </member>
  5730. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.SelectedManager">
  5731. <summary>
  5732. <para>Gets or sets the manager performing record/row/cell selection operations.</para>
  5733. </summary>
  5734. <value>A DevExpress.XtraVerticalGrid.Internal.SelectedManager object representing the manager that performs record/row/cell selection operations.</value>
  5735. </member>
  5736. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectRecord(System.Int32)">
  5737. <summary>
  5738. <para>Adds a record to the current selection in multiple record selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RecordSelect"/>).</para>
  5739. </summary>
  5740. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5741. </member>
  5742. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectRecords(System.Int32,System.Int32)">
  5743. <summary>
  5744. <para></para>
  5745. </summary>
  5746. <param name="startRecord"></param>
  5747. <param name="endRecord"></param>
  5748. </member>
  5749. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectRow(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5750. <summary>
  5751. <para>Adds a row to the current selection in multiple row selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect"/>).</para>
  5752. </summary>
  5753. <param name="row">A row object.</param>
  5754. </member>
  5755. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectRow(System.String)">
  5756. <summary>
  5757. <para>Adds a row to the current selection in multiple row selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect"/>).</para>
  5758. </summary>
  5759. <param name="fieldName">A string that identifies a row&#39;s field name.</param>
  5760. </member>
  5761. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectRows(DevExpress.XtraVerticalGrid.Rows.BaseRow,DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5762. <summary>
  5763. <para></para>
  5764. </summary>
  5765. <param name="startRow"></param>
  5766. <param name="endRow"></param>
  5767. </member>
  5768. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SelectRows(System.Int32,System.Int32)">
  5769. <summary>
  5770. <para></para>
  5771. </summary>
  5772. <param name="startRowIndex"></param>
  5773. <param name="endRowIndex"></param>
  5774. </member>
  5775. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SetCellValue(DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32,System.Object)">
  5776. <summary>
  5777. <para>Sets the value of the specified cell.</para>
  5778. </summary>
  5779. <param name="gridRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.BaseRow"/> descendant that represents the row which contains the cell.</param>
  5780. <param name="recordIndex">An integer value which identifies the record in which the cell resides.</param>
  5781. <param name="value">An object that represents the cell&#39;s new value.</param>
  5782. </member>
  5783. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SetCellValue(DevExpress.XtraVerticalGrid.Rows.MultiEditorRow,System.Int32,System.Int32,System.Object)">
  5784. <summary>
  5785. <para>Sets the value of the specified cell which resides within the multi-editor row.</para>
  5786. </summary>
  5787. <param name="meRow">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/> object that represents the multi-editor row which contains the cell.</param>
  5788. <param name="recordIndex">An integer value which identifies the record in which the cell resides.</param>
  5789. <param name="cellIndex">An integer value which identifies the cell.</param>
  5790. <param name="value">An object that represents the cell&#39;s new value.</param>
  5791. </member>
  5792. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SetCellValue(DevExpress.XtraVerticalGrid.Rows.RowProperties,System.Int32,System.Object)">
  5793. <summary>
  5794. <para>Sets the value of the specified cell.</para>
  5795. </summary>
  5796. <param name="props">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object that represents the row item which contains the cell.</param>
  5797. <param name="recordIndex">An integer value which identifies the record in which the cell resides.</param>
  5798. <param name="value">An object that represents the cell&#39;s new value.</param>
  5799. </member>
  5800. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SetDefaultBehaviorOptions">
  5801. <summary>
  5802. <para>Sets the vertical grid&#39;s behavior options to their default values.</para>
  5803. </summary>
  5804. </member>
  5805. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SetDefaultViewOptions">
  5806. <summary>
  5807. <para>Sets the vertical grid&#39;s view options to their default states.</para>
  5808. </summary>
  5809. </member>
  5810. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SetRowError(DevExpress.XtraVerticalGrid.Rows.RowProperties,System.String)">
  5811. <summary>
  5812. <para>For the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>, this method sets an error description for a cell within the focused record.
  5813. For the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>, this method sets an error description for the specified row.</para>
  5814. </summary>
  5815. <param name="props">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object that is the row item that contains an error cell.</param>
  5816. <param name="errorText">A string value that specifies an error description. An empty string to clear the assigned error.</param>
  5817. </member>
  5818. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.SetRowError(DevExpress.XtraVerticalGrid.Rows.RowProperties,System.String,DevExpress.XtraEditors.DXErrorProvider.ErrorType)">
  5819. <summary>
  5820. <para>For the <see cref="T:DevExpress.XtraVerticalGrid.VGridControl"/>, this method sets an error description and icon type for a cell within the focused record.
  5821. For the <see cref="T:DevExpress.XtraVerticalGrid.PropertyGridControl"/>, this method sets an error description and icon type for the specified row.</para>
  5822. </summary>
  5823. <param name="props">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.RowProperties"/> object that is the row item that contains an error cell.</param>
  5824. <param name="errorText">A string value that specifies an error description. An empty string to clear the assigned error.</param>
  5825. <param name="errorType">A <see cref="T:DevExpress.XtraEditors.DXErrorProvider.ErrorType"/> value that is the error icon type.</param>
  5826. </member>
  5827. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.ShowButtonMode">
  5828. <summary>
  5829. <para>Gets or sets the manner in which editor buttons are displayed within a vertical grid.</para>
  5830. </summary>
  5831. <value>A <see cref="T:DevExpress.XtraVerticalGrid.ShowButtonModeEnum"/> enumeration value that specifies the manner in which editor buttons are displayed within a vertical grid.</value>
  5832. </member>
  5833. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ShowCustomizationForm">
  5834. <summary>
  5835. <para>Fires after the Customization Form has been invoked.</para>
  5836. </summary>
  5837. </member>
  5838. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ShowEditor">
  5839. <summary>
  5840. <para>Invokes the focused cell&#39;s editor.</para>
  5841. </summary>
  5842. </member>
  5843. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ShowFindPanel">
  5844. <summary>
  5845. <para>Displays the Find Panel.</para>
  5846. </summary>
  5847. </member>
  5848. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ShowingEditor">
  5849. <summary>
  5850. <para>Allows the editor&#39;s activation to be canceled.</para>
  5851. </summary>
  5852. </member>
  5853. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ShowMenu">
  5854. <summary>
  5855. <para>Allows context menus for rows to be customized.</para>
  5856. </summary>
  5857. </member>
  5858. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ShownEditor">
  5859. <summary>
  5860. <para>Fires after a cell editor has been invoked.</para>
  5861. </summary>
  5862. </member>
  5863. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ShowPrintPreview">
  5864. <summary>
  5865. <para>Opens the Print Preview window with a Bars UI.</para>
  5866. </summary>
  5867. </member>
  5868. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.ShowRibbonPrintPreview">
  5869. <summary>
  5870. <para>Displays the Print Preview window with a Ribbon UI.</para>
  5871. </summary>
  5872. </member>
  5873. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.StartDragRow">
  5874. <summary>
  5875. <para>Fires before a row is dragged by an end-user.</para>
  5876. </summary>
  5877. </member>
  5878. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.State">
  5879. <summary>
  5880. <para>Indicates the vertical grid&#39;s current state.</para>
  5881. </summary>
  5882. <value>A <see cref="T:DevExpress.XtraVerticalGrid.VGridState"/> enumeration value that indicates the vertical grid&#39;s current state.</value>
  5883. </member>
  5884. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.StateChanged">
  5885. <summary>
  5886. <para>Fires after the vertical grid&#39;s state has been changed.</para>
  5887. </summary>
  5888. </member>
  5889. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.TopVisibleRowIndex">
  5890. <summary>
  5891. <para>Gets or sets the top visible row.</para>
  5892. </summary>
  5893. <value>An integer value that specifies the index of the top visible row.</value>
  5894. </member>
  5895. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.TopVisibleRowIndexChanged">
  5896. <summary>
  5897. <para>Fires when the <see cref="P:DevExpress.XtraVerticalGrid.VGridControlBase.TopVisibleRowIndex"/> property&#39;s value is changed.</para>
  5898. </summary>
  5899. </member>
  5900. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.TopVisibleRowIndexPixel">
  5901. <summary>
  5902. <para>Gets or sets the vertical scroll position of the top row.</para>
  5903. </summary>
  5904. <value>A <see cref="T:System.Int32"/> value that specifies the vertical scroll position of the top row.</value>
  5905. </member>
  5906. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.TreeButtonStyle">
  5907. <summary>
  5908. <para>Gets or sets the style which is used to display category row tree buttons.</para>
  5909. </summary>
  5910. <value>A <see cref="T:DevExpress.XtraVerticalGrid.TreeButtonStyle"/> enumeration value that specifies the style which is used to display category row tree buttons.</value>
  5911. </member>
  5912. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UnselectCell(System.Int32,DevExpress.XtraVerticalGrid.Rows.BaseRow,System.Int32)">
  5913. <summary>
  5914. <para>Removes the specified cell from the current selection in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>). This overload allows you to address a certain cell within a <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/>.</para>
  5915. </summary>
  5916. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5917. <param name="row">A <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/>.</param>
  5918. <param name="cellIndex">The index of a cell within the specified <see cref="T:DevExpress.XtraVerticalGrid.Rows.MultiEditorRow"/>.</param>
  5919. </member>
  5920. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UnselectCell(System.Int32,DevExpress.XtraVerticalGrid.Rows.RowProperties)">
  5921. <summary>
  5922. <para>Removes the specified cell from the current selection in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>).</para>
  5923. </summary>
  5924. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5925. <param name="properties">A row identifier, which matches the <see cref="P:DevExpress.XtraVerticalGrid.Rows.BaseRow.Properties"/> object.</param>
  5926. </member>
  5927. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UnselectCell(System.Int32,System.String)">
  5928. <summary>
  5929. <para>Removes the specified cell from the current selection in multiple cell selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.CellSelect"/>).</para>
  5930. </summary>
  5931. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5932. <param name="fieldName">A string that identifies a row&#39;s field name.</param>
  5933. </member>
  5934. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UnselectRecord(System.Int32)">
  5935. <summary>
  5936. <para>Removes a record from the current selection in multiple record selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RecordSelect"/>).</para>
  5937. </summary>
  5938. <param name="dataSourceRecordIndex">A record&#39;s index in the bound data source.</param>
  5939. </member>
  5940. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UnselectRow(DevExpress.XtraVerticalGrid.Rows.BaseRow)">
  5941. <summary>
  5942. <para>Removes a row from the current selection in multiple row selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect"/>).</para>
  5943. </summary>
  5944. <param name="row">A row object.</param>
  5945. </member>
  5946. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UnselectRow(System.String)">
  5947. <summary>
  5948. <para>Removes a row from the current selection in multiple row selection mode (<see cref="F:DevExpress.XtraVerticalGrid.MultiSelectMode.RowSelect"/>).</para>
  5949. </summary>
  5950. <param name="fieldName">A string that identifies a row&#39;s field name.</param>
  5951. </member>
  5952. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UpdateData">
  5953. <summary>
  5954. <para>Reloads data from the data source.</para>
  5955. </summary>
  5956. </member>
  5957. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.UpdateFocusedRecord">
  5958. <summary>
  5959. <para>Validates the focused record and saves its values to the data source.</para>
  5960. </summary>
  5961. <returns>true if the record has been updated; otherwise, false.</returns>
  5962. </member>
  5963. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.UseDirectXPaint">
  5964. <summary>
  5965. <para>Gets or sets whether the DirectX Hardware Acceleration is enabled.</para>
  5966. </summary>
  5967. <value>The DefaultBoolean.Default value is equivalent to DefaultBoolean.True if the static <see cref="M:DevExpress.XtraEditors.WindowsFormsSettings.ForceDirectXPaint"/> method was called, or to DefaultBoolean.False otherwise.</value>
  5968. </member>
  5969. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.UseDisabledStatePainter">
  5970. <summary>
  5971. <para>Gets or sets whether the control is painted grayed out, when it&#39;s in the disabled state.</para>
  5972. </summary>
  5973. <value>true if the control is painted grayed out, when it&#39;s in the disabled state; otherwise, false</value>
  5974. </member>
  5975. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ValidateRecord">
  5976. <summary>
  5977. <para>Enables you to specify whether record data is valid and whether the record can lose focus.</para>
  5978. </summary>
  5979. </member>
  5980. <member name="E:DevExpress.XtraVerticalGrid.VGridControlBase.ValidatingEditor">
  5981. <summary>
  5982. <para>Enables you to perform manual validation of cell values.</para>
  5983. </summary>
  5984. </member>
  5985. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.VertScroll(System.Int32)">
  5986. <summary>
  5987. <para>Scrolls the vertical grid&#39;s view vertically by the specified number of rows.</para>
  5988. </summary>
  5989. <param name="rowsCount">An integer value which specifies the number of rows that the grid&#39;s view is scrolled by.</param>
  5990. </member>
  5991. <member name="M:DevExpress.XtraVerticalGrid.VGridControlBase.VertScrollPixel(System.Int32)">
  5992. <summary>
  5993. <para>Scrolls the vertical grid vertically by the specified number of pixels.</para>
  5994. </summary>
  5995. <param name="pixelCount">An integer value that specifies the number of pixels to scroll. If positive, downward scrolling is performed; otherwise the vertical grid is scrolled upwards.</param>
  5996. </member>
  5997. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.ViewInfo">
  5998. <summary>
  5999. <para>Gets the vertical grid&#39;s view information.</para>
  6000. </summary>
  6001. <value>A DevExpress.XtraVerticalGrid.ViewInfo.BaseViewInfo object that contains the information used to draw a control.</value>
  6002. </member>
  6003. <member name="P:DevExpress.XtraVerticalGrid.VGridControlBase.VisibleRows">
  6004. <summary>
  6005. <para>Gets a collection of visible rows.</para>
  6006. </summary>
  6007. <value>A DevExpress.XtraVerticalGrid.GridRowReadOnlyCollection object that represents the collection of visible rows.</value>
  6008. </member>
  6009. <member name="T:DevExpress.XtraVerticalGrid.VGridHitInfo">
  6010. <summary>
  6011. <para>Contains information about a point referenced by specified coordinates.</para>
  6012. </summary>
  6013. </member>
  6014. <member name="M:DevExpress.XtraVerticalGrid.VGridHitInfo.#ctor">
  6015. <summary>
  6016. <para>Creates a new <see cref="T:DevExpress.XtraVerticalGrid.VGridHitInfo"/> object with the default settings.</para>
  6017. </summary>
  6018. </member>
  6019. <member name="F:DevExpress.XtraVerticalGrid.VGridHitInfo.BandIndex">
  6020. <summary>
  6021. <para>Represents the index of the band located at a specific point.</para>
  6022. </summary>
  6023. <value></value>
  6024. </member>
  6025. <member name="F:DevExpress.XtraVerticalGrid.VGridHitInfo.CellIndex">
  6026. <summary>
  6027. <para>Represents the index of a cell located at a specific point.</para>
  6028. </summary>
  6029. <value></value>
  6030. </member>
  6031. <member name="F:DevExpress.XtraVerticalGrid.VGridHitInfo.HitInfoType">
  6032. <summary>
  6033. <para>Contains information on which grid element is located under the test point.</para>
  6034. </summary>
  6035. <value></value>
  6036. </member>
  6037. <member name="F:DevExpress.XtraVerticalGrid.VGridHitInfo.PtMouse">
  6038. <summary>
  6039. <para>Contains the coordinates of the point under the mouse cursor relative to the <see cref="T:DevExpress.XtraVerticalGrid.VGridControlBase"/> control&#39;s upper left corner. Can be used for handling a dragging operation initiated within a vertical grid control when it is necessary to determine the direction and distance of the drag.</para>
  6040. </summary>
  6041. <value></value>
  6042. </member>
  6043. <member name="F:DevExpress.XtraVerticalGrid.VGridHitInfo.RecordIndex">
  6044. <summary>
  6045. <para>Represents the index of the record to which a specific point corresponds.</para>
  6046. </summary>
  6047. <value></value>
  6048. </member>
  6049. <member name="F:DevExpress.XtraVerticalGrid.VGridHitInfo.Row">
  6050. <summary>
  6051. <para>Specifies the row located under the hit (test) point.</para>
  6052. </summary>
  6053. <value></value>
  6054. </member>
  6055. <member name="F:DevExpress.XtraVerticalGrid.VGridHitInfo.Tab">
  6056. <summary>
  6057. <para>Specifies the tab located under the hit (test) point.</para>
  6058. </summary>
  6059. <value></value>
  6060. </member>
  6061. <member name="T:DevExpress.XtraVerticalGrid.VGridOptionsBehavior">
  6062. <summary>
  6063. <para>Provides behavior options for a vertical grid control..</para>
  6064. </summary>
  6065. </member>
  6066. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.#ctor">
  6067. <summary>
  6068. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsBehavior"/> class.</para>
  6069. </summary>
  6070. </member>
  6071. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.AllowAnimatedScrolling">
  6072. <summary>
  6073. <para>Gets or sets whether an animation effect is used while scrolling vertically.</para>
  6074. </summary>
  6075. <value>true if an animation effect is used while scrolling vertically; false if vertical scrolling is discrete.</value>
  6076. </member>
  6077. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.AllowGroupExpandAnimation">
  6078. <summary>
  6079. <para>Gets or sets whether grid rows are expanded and collapsed using an animation effect.</para>
  6080. </summary>
  6081. <value>True, if grid rows are expanded and collapsed using an animation effect; otherwise, Default or False.</value>
  6082. </member>
  6083. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.Assign(DevExpress.Utils.Controls.BaseOptions)">
  6084. <summary>
  6085. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  6086. </summary>
  6087. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  6088. </member>
  6089. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.AutoFocusNewRecord">
  6090. <summary>
  6091. <para>Gets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid record.</para>
  6092. </summary>
  6093. <value>true if a newly added record is automatically focused; otherwise, false.</value>
  6094. </member>
  6095. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.AutoSelectAllInEditor">
  6096. <summary>
  6097. <para>Gets or sets whether the entire contents of the editor is selected when a cell&#39;s editor is activated using the ENTER or F2 keys.</para>
  6098. </summary>
  6099. <value>true to select the entire cell&#39;s content when editing starts; otherwise, false.</value>
  6100. </member>
  6101. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.CopyToClipboardWithRowHeaders">
  6102. <summary>
  6103. <para>Gets or sets whether row captions are copied to the Clipboard when CTRL+C is pressed or the <see cref="M:DevExpress.XtraVerticalGrid.VGridControlBase.CopyToClipboard"/> method is called.</para>
  6104. </summary>
  6105. <value>true if row captions are copied to the Clipboard when CTRL+C is pressed or the <see cref="M:DevExpress.XtraVerticalGrid.VGridControlBase.CopyToClipboard"/> method is called; otherwise, false.</value>
  6106. </member>
  6107. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.DragRowHeaders">
  6108. <summary>
  6109. <para>Gets or sets whether end-users are allowed to move row headers using drag and drop.</para>
  6110. </summary>
  6111. <value>true to allow end-users to move row headers using drag-and-drop; otherwise, false.</value>
  6112. </member>
  6113. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.Editable">
  6114. <summary>
  6115. <para>Gets or sets whether end-users are allowed to invoke cell editors.</para>
  6116. </summary>
  6117. <value>true if end-users are allowed to invoke cell editors; otherwise, false.</value>
  6118. </member>
  6119. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.PreserveChildRows">
  6120. <summary>
  6121. <para>Gets or sets whether child rows remain hidden if their parent row is removed from the Customization Form using drag and drop.</para>
  6122. </summary>
  6123. <value>true if child rows remain hidden when their parent row is removed from the Customization Form using drag and drop; otherwise, false.</value>
  6124. </member>
  6125. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.RecordsMouseWheel">
  6126. <summary>
  6127. <para>Gets or sets whether end-users scroll through records or rows when scrolling using the mouse wheel.</para>
  6128. </summary>
  6129. <value>true if end-users use the mouse wheel to scroll through the records; false if the mouse wheel is used to scroll through the rows.</value>
  6130. </member>
  6131. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.ResizeHeaderPanel">
  6132. <summary>
  6133. <para>Gets or sets whether end-users can change the row header panel&#39;s width.</para>
  6134. </summary>
  6135. <value>true if end-users can change the row header panel&#39;s width; otherwise, false.</value>
  6136. </member>
  6137. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.ResizeRowHeaders">
  6138. <summary>
  6139. <para>Gets or sets whether end-users can resize row headers.</para>
  6140. </summary>
  6141. <value>true to allow end-users to resize row headers; otherwise, false.</value>
  6142. </member>
  6143. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.ResizeRowValues">
  6144. <summary>
  6145. <para>Gets or sets whether end-users can change the width of the records by dragging their edges.</para>
  6146. </summary>
  6147. <value>true to allow end-users to change the width of the records; otherwise, false.</value>
  6148. </member>
  6149. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.ShowEditorOnMouseUp">
  6150. <summary>
  6151. <para>Gets or sets whether a cell&#39;s editor is activated when the mouse button is released from a click within the cell.</para>
  6152. </summary>
  6153. <value>true to activate a cell&#39;s editor when the mouse button is released from a click within the cell; false to activate a cell&#39;s editor when the mouse button is initially pressed within the cell.</value>
  6154. </member>
  6155. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.SmartExpand">
  6156. <summary>
  6157. <para>Gets or sets whether rows are automatically scrolled vertically when a parent row is expanded so that the maximum number of child rows possible is visible onscreen.</para>
  6158. </summary>
  6159. <value>true if rows are automatically scrolled vertically when a parent row is expanded so that the maximum number of child rows is visible onscreen; otherwise, false.</value>
  6160. </member>
  6161. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.UnboundColumnExpressionEditorMode">
  6162. <summary>
  6163. <para>Gets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound rows owned by this Vertical Grid.</para>
  6164. </summary>
  6165. <value>An <see cref="T:DevExpress.XtraEditors.ExpressionEditorMode"/> object that specifies the type of unbound expression editor that end-users can utilize to modify expressions for unbound rows owned by this Vertical Grid.</value>
  6166. </member>
  6167. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.UseDefaultEditorsCollection">
  6168. <summary>
  6169. <para>Gets or sets whether editors from the <see cref="P:DevExpress.XtraVerticalGrid.PropertyGridControl.DefaultEditors"/> collection are used to represent and edit row values of specific types.</para>
  6170. </summary>
  6171. <value>true if editors from the <see cref="P:DevExpress.XtraVerticalGrid.PropertyGridControl.DefaultEditors"/> collection are used; otherwise, false.</value>
  6172. </member>
  6173. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.UseEnterAsTab">
  6174. <summary>
  6175. <para>Gets or sets whether pressing the ENTER key hides the currently active cell editor saving the changes made to its content and moves focus to the next row&#39;s cell activating its editor.</para>
  6176. </summary>
  6177. <value>true if pressing the ENTER key hides the currently active cell editor saving the changes made to its content and moves focus to the next row&#39;s cell activating its editor; false if pressing the ENTER key hides the currently active cell editor saving the changes made to its content.</value>
  6178. </member>
  6179. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.UseTabKey">
  6180. <summary>
  6181. <para>Gets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous cell or to the next/previous control in the tab order.</para>
  6182. </summary>
  6183. <value>true if the TAB/SHIFT+TAB key combinations are processed by the vertical grid; otherwise, false.</value>
  6184. </member>
  6185. <member name="T:DevExpress.XtraVerticalGrid.VGridOptionsFilter">
  6186. <summary>
  6187. <para>Provides filtering options for the control.</para>
  6188. </summary>
  6189. </member>
  6190. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsFilter.#ctor">
  6191. <summary>
  6192. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsFilter"/> class.</para>
  6193. </summary>
  6194. </member>
  6195. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.AllowFilter">
  6196. <summary>
  6197. <para>Gets or sets whether end-users can filter data using the filter dropdowns.</para>
  6198. </summary>
  6199. <value>true, if end-users can filter data using the filter dropdowns; otherwise, false.</value>
  6200. </member>
  6201. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.AllowFilterEditor">
  6202. <summary>
  6203. <para>Gets or sets whether the filter editor (invoked form the filter panel) can be used to build complex filter criteria.</para>
  6204. </summary>
  6205. <value>true, to allow using the filter editor; otherwise, false.</value>
  6206. </member>
  6207. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.AllowMRUFilterList">
  6208. <summary>
  6209. <para>Gets or sets whether the filter panel displays the list of most recently used filters.</para>
  6210. </summary>
  6211. <value>true, if the filter panel displays the list of most recently used filters; otherwise, false.</value>
  6212. </member>
  6213. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsFilter.Assign(DevExpress.Utils.Controls.BaseOptions)">
  6214. <summary>
  6215. <para>Assigns property values of the specified <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsFilter"/> object to the corresponding properties of this object.</para>
  6216. </summary>
  6217. <param name="options">An object whose property values are copied to the current object.</param>
  6218. </member>
  6219. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.DefaultFilterEditorView">
  6220. <summary>
  6221. <para>Gets or sets whether complex filter conditions in the filter editor (invoked from the filter panel) are built using a visual constructor, or written as plain text according to filter criteria syntax.</para>
  6222. </summary>
  6223. <value>A <see cref="T:DevExpress.XtraEditors.FilterEditorViewMode"/> that specifies how complex filter conditions are built by end-users in the filter editor.</value>
  6224. </member>
  6225. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.FilterEditorAggregateEditing">
  6226. <summary>
  6227. <para>Gets or sets whether filters can be created against properties that are List objects.</para>
  6228. </summary>
  6229. <value>A <see cref="T:DevExpress.XtraEditors.FilterControlAllowAggregateEditing"/> value that specifies if filters can be created against properties that are List objects.</value>
  6230. </member>
  6231. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.FilterEditorUseMenuForOperandsAndOperators">
  6232. <summary>
  6233. <para>Gets or sets whether to use a pop-up menu instead of a combo box that supports the incremental search to edit operators and operands in the Filter Editor.</para>
  6234. </summary>
  6235. <value>true, to use a pop-up menu to edit operators and operands in the Filter Editor; false, to use a combo box.</value>
  6236. </member>
  6237. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.MRUFilterListCount">
  6238. <summary>
  6239. <para>Gets or sets the MRU Filter List capacity.</para>
  6240. </summary>
  6241. <value>An integer value that specifies the MRU Filter List capacity.</value>
  6242. </member>
  6243. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.MRUFilterListPopupCount">
  6244. <summary>
  6245. <para>Gets or sets the number of filters displayed simultaneously in the filter panel&#39;s MRU filter list.</para>
  6246. </summary>
  6247. <value>An integer value that specifies the the number of filters displayed simultaneously in the filter panel&#39;s MRU filter list.</value>
  6248. </member>
  6249. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.ShowAllValuesInFilterPopup">
  6250. <summary>
  6251. <para>Gets or sets whether the filter dropdown for a particular column shows all values available in the data source for this column, or only values that fit the filters already applied to data in other columns.</para>
  6252. </summary>
  6253. <value>true to display all values in the filter dropdown; otherwise false.</value>
  6254. </member>
  6255. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsFilter.ShowCustomFunctions">
  6256. <summary>
  6257. <para>Gets or sets whether to show custom function-based filters.</para>
  6258. </summary>
  6259. <value>True to show custom function-based filters; False to not show them; Default to enable/disable custom function-based filters depending on the global <see cref="F:DevExpress.XtraEditors.WindowsFormsSettings.DefaultSettingsCompatibilityMode"></see> setting.</value>
  6260. </member>
  6261. <member name="T:DevExpress.XtraVerticalGrid.VGridOptionsHint">
  6262. <summary>
  6263. <para>Provides options that control the tooltip feature for a vertical grid&#39;s elements.</para>
  6264. </summary>
  6265. </member>
  6266. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsHint.#ctor">
  6267. <summary>
  6268. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsHint"/> class.</para>
  6269. </summary>
  6270. </member>
  6271. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsHint.Assign(DevExpress.Utils.Controls.BaseOptions)">
  6272. <summary>
  6273. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  6274. </summary>
  6275. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  6276. </member>
  6277. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsHint.ShowCellHints">
  6278. <summary>
  6279. <para>Gets or sets whether hints are displayed for cells with truncated content.</para>
  6280. </summary>
  6281. <value>true to display hints for cells with truncated content; otherwise, false.</value>
  6282. </member>
  6283. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsHint.ShowRowHeaderHints">
  6284. <summary>
  6285. <para>Gets or sets whether tooltips are supported for row headers.</para>
  6286. </summary>
  6287. <value>true if tooltips are supported for row headers.; otherwise, false.</value>
  6288. </member>
  6289. <member name="T:DevExpress.XtraVerticalGrid.VGridOptionsLayout">
  6290. <summary>
  6291. <para>Provides options that control how the current layout is stored to/restored from a data store (a stream, xml file or system registry).</para>
  6292. </summary>
  6293. </member>
  6294. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsLayout.#ctor">
  6295. <summary>
  6296. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsLayout"/> class</para>
  6297. </summary>
  6298. </member>
  6299. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsLayout.StoreAllOptions">
  6300. <summary>
  6301. <para>Not supported by the current class.</para>
  6302. </summary>
  6303. <value></value>
  6304. </member>
  6305. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsLayout.StoreDataSettings">
  6306. <summary>
  6307. <para>Not supported by the current class.</para>
  6308. </summary>
  6309. <value></value>
  6310. </member>
  6311. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsLayout.StoreVisualOptions">
  6312. <summary>
  6313. <para>Not supported by the current class.</para>
  6314. </summary>
  6315. <value></value>
  6316. </member>
  6317. <member name="T:DevExpress.XtraVerticalGrid.VGridOptionsView">
  6318. <summary>
  6319. <para>Provides view options for a vertical grid control.</para>
  6320. </summary>
  6321. </member>
  6322. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsView.#ctor">
  6323. <summary>
  6324. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraVerticalGrid.VGridOptionsView"/> class.</para>
  6325. </summary>
  6326. </member>
  6327. <member name="M:DevExpress.XtraVerticalGrid.VGridOptionsView.Assign(DevExpress.Utils.Controls.BaseOptions)">
  6328. <summary>
  6329. <para>Copies all the settings from the options object passed as the parameter to the current object.</para>
  6330. </summary>
  6331. <param name="options">A <see cref="T:DevExpress.Utils.Controls.BaseOptions"/> descendant whose settings are assigned to the current object.</param>
  6332. </member>
  6333. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsView.FilterCriteriaDisplayStyle">
  6334. <summary>
  6335. <para>Gets or sets the display style of filter conditions in the Filter Panel and built-in Filter Editor.</para>
  6336. </summary>
  6337. <value>The display style of filter conditions in the Filter Panel and built-in Filter Editor. When the FilterCriteriaDisplayStyle property is set to Default, the actual display style is specified by the static <see cref="P:DevExpress.XtraEditors.WindowsFormsSettings.FilterCriteriaDisplayStyle"/> property.</value>
  6338. </member>
  6339. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsView.HeaderFilterButtonShowMode">
  6340. <summary>
  6341. <para>Gets or sets whether to display smart tags or buttons in row headers to invoke the filter dropdown.</para>
  6342. </summary>
  6343. <value>A <see cref="T:DevExpress.XtraEditors.Controls.FilterButtonShowMode"/> enumeration value, such as SmartTag or Button, that specifies whether to display smart tags or buttons in row headers to invoke the filter dropdowns. Default equals SmartTag.</value>
  6344. </member>
  6345. <member name="P:DevExpress.XtraVerticalGrid.VGridOptionsView.ShowFilterPanelMode">
  6346. <summary>
  6347. <para>Gets or sets whether the filter panel is automatically shown when a filter is applied (the default), is always visible, or is always hidden.</para>
  6348. </summary>
  6349. <value>A DevExpress.XtraVerticalGrid.ShowFilterPanelMode enumeration value, such as Default, ShowAlways or Never, that specifies when the Filter Panel is shown.</value>
  6350. </member>
  6351. <member name="T:DevExpress.XtraVerticalGrid.VGridState">
  6352. <summary>
  6353. <para>Contains values indicating all the available states for the vertical grid.</para>
  6354. </summary>
  6355. </member>
  6356. <member name="F:DevExpress.XtraVerticalGrid.VGridState.Disposed">
  6357. <summary>
  6358. <para>A vertical grid is being disposed of.</para>
  6359. </summary>
  6360. </member>
  6361. <member name="F:DevExpress.XtraVerticalGrid.VGridState.Editing">
  6362. <summary>
  6363. <para>A cell editor is currently active.</para>
  6364. </summary>
  6365. </member>
  6366. <member name="F:DevExpress.XtraVerticalGrid.VGridState.FocusedRowChanging">
  6367. <summary>
  6368. <para>The focused row has changed.</para>
  6369. </summary>
  6370. </member>
  6371. <member name="F:DevExpress.XtraVerticalGrid.VGridState.HeaderPanelSizing">
  6372. <summary>
  6373. <para>A row header panel&#39;s right edge is being dragged to change the row header&#39;s width. The width of the row header panel can also be changed using the CTRL-LEFT and CTRL-RIGHT key combinations. The control&#39;s <see cref="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.ResizeHeaderPanel"/> option must be enabled to allow such resizing.</para>
  6374. </summary>
  6375. </member>
  6376. <member name="F:DevExpress.XtraVerticalGrid.VGridState.MultiEditorRowCellSizing">
  6377. <summary>
  6378. <para>A multi-editor row cell&#39;s separator is being dragged by the end-user. This action results in changing cell width.</para>
  6379. </summary>
  6380. </member>
  6381. <member name="F:DevExpress.XtraVerticalGrid.VGridState.RecordSizing">
  6382. <summary>
  6383. <para>A record&#39;s right edge is being dragged to change record width. The control&#39;s <see cref="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.ResizeRowValues"/> option must be enabled to allow such resizing.</para>
  6384. </summary>
  6385. </member>
  6386. <member name="F:DevExpress.XtraVerticalGrid.VGridState.Regular">
  6387. <summary>
  6388. <para>The control is in its normal state. No specific action is being performed by the end-user.</para>
  6389. </summary>
  6390. </member>
  6391. <member name="F:DevExpress.XtraVerticalGrid.VGridState.RowDragging">
  6392. <summary>
  6393. <para>A row&#39;s header is being dragged. The desired row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.AllowMove"/> and the control&#39;s <see cref="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.DragRowHeaders"/> options must both be enabled to allow row header dragging. Note that the user can drag row headers regardless of these options&#39; states if the Customization Form is shown.</para>
  6394. </summary>
  6395. </member>
  6396. <member name="F:DevExpress.XtraVerticalGrid.VGridState.RowSizing">
  6397. <summary>
  6398. <para>A row header&#39;s bottom edge is being dragged to change row height. The desired row&#39;s <see cref="P:DevExpress.XtraVerticalGrid.Rows.VGridOptionsRow.AllowSize"/> and control&#39;s <see cref="P:DevExpress.XtraVerticalGrid.VGridOptionsBehavior.ResizeRowHeaders"/> options must both be enabled to allow such resizing operations.</para>
  6399. </summary>
  6400. </member>
  6401. </members>
  6402. </doc>